[Webkit-unassigned] [Bug 83107] New: [X11][WebKit2][Plugins] wrong changing return-value for DefaultHandled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 19:45:46 PDT 2012


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

           Summary: [X11][WebKit2][Plugins] wrong changing return-value
                    for DefaultHandled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justine.bang at samsung.com


Do not change return-value returned from Plugin by NPP_HandleEvent().
only x11 port is changing this value.
If NPP_HandleEvent return 1, webkit should call setDefaultHandled(). it means plugin handled this event.
If returned 0, webkit should NOT call setDefaulthandled(). it means plugin ignore the event or want to be called defaultHandler.
please refer other platform codes or codes in Webcore/plugins. you can verify this bug on Youtube Video (Flash) through MouseWheelEvent.

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