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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 11:03:56 PDT 2011


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

           Summary: "Hidden" NPAPI plugin not loaded
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pere.martir4 at gmail.com


Chrome guys suggested me to report this issue here. The original issue of Chromium: http://code.google.com/p/chromium/issues/detail?id=76351

A "hidden" NPAPI plugin is loaded by the code below:

  <object type="application/x-my-extension" id="pluginId" hidden="true">

It worked in Chrome 9, but not in Chrome 10. However, if we remove the attribute "hidden", it works in Chrome 10. Is it a bug or by design ?

Tested under Chrome 10
* LOADED     - <embed  type="application/x-my-extension" id="pluginId">
* LOADED     - <embed  type="application/x-my-extension" id="pluginId" hidden="true">
* LOADED     - <embed  type="application/x-my-extension" id="pluginId" hidden="false">
* LOADED     - <object type="application/x-my-extension" id="pluginId">
* NOT LOADED - <object type="application/x-my-extension" id="pluginId" hidden="true">
* NOT LOADED - <object type="application/x-my-extension" id="pluginId" hidden="false">

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