[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 8 06:05:18 PDT 2016


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

Clement IGONET <clement.igonet at galaxysemi.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clement.igonet at galaxysemi.c
                   |                            |om

--- Comment #3 from Clement IGONET <clement.igonet at galaxysemi.com> ---
A workaround:
--- qt-everywhere-enterprise-src-5.2.1/qtwebkit/Source/WebCore/page/qt/EventHandlerQt.cpp    2013-08-25 22:05:46.000000000 +0200
+++ qt-everywhere-enterprise-new-5.2.1/qtwebkit/Source/WebCore/page/qt/EventHandlerQt.cpp    2013-11-04 10:44:25.871325348 +0100
@@ -101,6 +101,8 @@

 bool EventHandler::passMousePressEventToSubframe(MouseEventWithHitTestResults& mev, Frame* subframe)
 {
+    if (subframe->page())
+        subframe->page()->focusController()->setFocusedFrame(subframe);
     subframe->eventHandler()->handleMousePressEvent(mev.event());
     return true;
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160908/bef84af7/attachment.html>


More information about the webkit-unassigned mailing list