You could add your comments to this bug report:

http://quality.livecode.com/show_bug.cgi?id=17059

On 3/23/2016 8:05 AM, Terry Dennis wrote:
-- CEF glitches
-- Try this debug script in 7.x and 8.x
on mouseUp
    put empty into tInstance
    put empty into tInstances
    put revBrowserOpenCef(the windowid of this stack, "about:blank") into 
tInstance
    put revBrowserInstances() into tInstances
    put tInstance & " - " & tInstances
    breakpoint
    -- Open Windows 10 Task Manager (Ctrl-Alt-Delete).  View = "Group By Type"
    -- There are TWO instances of "revbrowser-cefprocess" in "Background 
Processes".
    -- There should be ONE.
    --
    -- Now, exit LC  ("File, Exit" from LiveCode Menu bar, or "X" in upper 
right corner of LiveCode window)
    -- There is an instance of "revbrowser-cefprocess" remaining in the Windows 
Task Manager background processes.
    -- There should be ZERO.
    --
    -- There is also a phantom "LiveCode for Windows" background process.
    -- There should be ZERO.
    --
    -- There is also a residual "debug.txt" file in testCEF.exe's  home 
directory after executing the Standalone app.
end mouseUp
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to