[Webkit-unassigned] [Bug 18941] Tiger-only: Modal WebView fails to load if opened when other WebViews are still loading.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 11 15:35:08 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=18941
------- Comment #3 from playmobil at google.com 2008-06-11 15:35 PDT -------
Reduced this bug further with the help of Timothy:
Displaying a webview that blocks JS from a timer causes that new WebView to
never be drawn.
Updated Minimal testcase:
* Creates a non-modal WebView in a window that has it's content set via
WebFrame's loadHTMLString:baseURL: (should be no network traffic involved).
* Freeze occurs when making the blocking call from inside a timer.
Steps to reproduce:
* Unzip attached file and build.
* Run (a script in the run phase will automatically install the plugin), Safari
will launch.
* Open modal_webview.html in browser (ignore name of html file, the webview
that's opened is non-modal).
* Click the "This displays OK" button - new WebView opens in a window and
displays content.
* Click the second button - notice window opened but nothing is displayed.
If you add an NSButton to the window, it's rendered correctly so this appears
to be a WebKit problem.
--
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