[Webkit-unassigned] [Bug 63239] New: [X11][WK2] plugins/mouse-evets-fixedpos.html is failing because of broken event propagation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 02:38:48 PDT 2011


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

           Summary: [X11][WK2] plugins/mouse-evets-fixedpos.html is
                    failing because of broken event propagation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org


In the event handler methods of NetscapePlugin we return with the return value of NPP_HandleEvent. It has been copied from the Mac implementation. This is wrong since on X11 the plugin return with 0 if it handled the event so we need to revert it. The result of this bug is that we immediately remove the focus from the plugin element just after it has been given to it.

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