[Webkit-unassigned] [Bug 59684] [Qt] QtTestBrowser built with RVCT4.0 crashes when any plugin is loaded into html page containing iframe with display:none style.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 04:08:20 PDT 2011


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


Janne Koskinen <koshuin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #4 from Janne Koskinen <koshuin at gmail.com>  2011-05-06 04:08:20 PST ---
If display is none we don't have renderer (RenderObject) and app crashes when plugins are updating on null renderer.

http://www.w3.org/TR/CSS2/visuren.html#propdef-display

I tried reading what the standard says if everything in display:none should be running or not. Alas, there wasn't any conclusive answer. If we have continuous animation like in the test case hiding and revealing will have different effect if running or not.

-- 
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