[Webkit-unassigned] [Bug 40991] NPAPI plugins not compatible with Cocoa

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 16:05:27 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40991





--- Comment #3 from Bill Appleton <billappleton at dreamfactory.com>  2010-07-02 16:05:27 PST ---
hi all,

OK, more information on this bug

the CFRunLoopPerformBlock is called in WKPCSetModal because the host is busy processing requests

so two WKPCSetModal calls are stacked up, one for going into modal mode, another for ending modal mode

but on exit only the WKPCSetModal(true) is used, and so Safari goes into modal mode & won't come out

the WKPCSetModal(false) is lost

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list