[Webkit-unassigned] [Bug 45049] MASTER: Move plugin loading out of the renderers and into the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 10:35:11 PDT 2011


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





--- Comment #11 from Eric Seidel <eric at webkit.org>  2011-11-03 10:35:10 PST ---
to avoid the "layout space" you can make any object participate in flow by using "position: absolute".  You can also make your plugin 1px by 1px.  You can also use visibility: hidden, I believe.  This bug is not related to your usecase directly, but instead is general architectural cleanup.

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