[Webkit-unassigned] [Bug 56575] "Hidden" NPAPI plugin not loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 08:23:31 PDT 2011


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





--- Comment #3 from Pere Martir <pere.martir4 at gmail.com>  2011-03-28 08:23:31 PST ---
It seems that the changeset 73459 (bug 40511: Implement HTML5 hidden attribute) accidentally affects the OBJECT element. The EMBED element has not been affected because HTMLEmbedElement.cpp handles the "hidden" attribute by setting CSS height and width to zero, while HTMLObjectElement.cpp delegates the parsing to HTMLElement.cpp, which in changeset 73459 maps "hidden" attribute to CSS "display:none" and causes the plugin not loaded, known in bug 27775.

The fix has already been planned in bug 45049, but a quick fix will be implementing the same hack of HTMLEmbedElement.cpp in HTMLObjectElement.cpp.

Committed r73459: <http://trac.webkit.org/changeset/73459>

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