[Webkit-unassigned] [Bug 56575] REGRESSION: "Hidden" NPAPI plugin not loaded (conflicts with HTML5 hidden="" attribute)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 14:54:13 PST 2012


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


Ian 'Hixie' Hickson <ian at hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION: "Hidden" NPAPI  |REGRESSION: "Hidden" NPAPI
                   |plugin not loaded           |plugin not loaded
                   |                            |(conflicts with HTML5
                   |                            |hidden="" attribute)
                 CC|                            |ian at hixie.ch




--- Comment #28 from Ian 'Hixie' Hickson <ian at hixie.ch>  2012-01-31 14:54:12 PST ---
So... is it just this site, or is it multiple sites? Can we break this one site?

The only other solution I see is:

   object[hidden] { display: inline; width: 0; height: 0; overflow: hidden; }

...in the ua.css file.

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