[Webkit-unassigned] [Bug 18941] WebView fails to load if opened from a blocking JS call in a timer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 3 17:23:51 PDT 2008


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





------- Comment #9 from playmobil at google.com  2008-07-03 17:23 PDT -------
Calling TimerBase::fireTimersInNestedEventLoop() fixes this issue, however it
also has the effect of enabling timers for the main Window which continue to
fire behind the modal window.

Any ideas on how I can block JS timers for the main window while the dialog is
displayed?

Another thing I should mention is that this bug is also present for
showModalDialog() on 10.5 i.e. calling showModalDialog() from inside a Timer
displays a blank window.


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



More information about the webkit-unassigned mailing list