[Webkit-unassigned] [Bug 94199] Pop-up menu is not displayed when right-clicking on a chart

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 14:39:22 PDT 2012


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


Pierre Rossi <pierre.rossi at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |Qt, QtTriaged
                 CC|                            |pierre.rossi at gmail.com
     Ever Confirmed|0                           |1




--- Comment #1 from Pierre Rossi <pierre.rossi at gmail.com>  2012-09-06 14:39:36 PST ---
preliminary investigation showed the subframe in which the context menu event handler is installed does not have focus, leading to doing hit testing on the wrong document in sendContextMenuEvent, which in turn means we end up dispatching the contextMenuEvent to the wrong node.

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