[Webkit-unassigned] [Bug 42631] New: QtWebKit converts int32 parameters passed to NPAPI plugin to Double. Therefore WMP::player.controls.setVolume does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 20 05:48:05 PDT 2010


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

           Summary: QtWebKit converts int32 parameters passed to NPAPI
                    plugin to Double. Therefore
                    WMP::player.controls.setVolume does not work
           Product: WebKit
           Version: 420+
          Platform: PC
               URL: http://jsbin.com/unulu3
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ggonen at nds.com


The bug is demonstrated in the attached javascript page (http://jsbin.com/unulu3).
Open a page containing the ms windows media player mpapi plugin, and try to set the volume level programmatically
using: player.settings.volume = newValue;
It fails without an error mesage.
If you open the same page with IE, FF, or Chrome it works.

Analysis:  
QtWebKit converts int32 parameters passed to NPAPI plugin to Double.

I attach my fix (in the file c_utility.cpp).

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