<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:clement.igonet@galaxysemi.com" title="Clement IGONET <clement.igonet@galaxysemi.com>"> <span class="fn">Clement IGONET</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Pop-up menu is not displayed when right-clicking on a chart"
href="https://bugs.webkit.org/show_bug.cgi?id=94199">bug 94199</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>clement.igonet@galaxysemi.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Pop-up menu is not displayed when right-clicking on a chart"
href="https://bugs.webkit.org/show_bug.cgi?id=94199#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Pop-up menu is not displayed when right-clicking on a chart"
href="https://bugs.webkit.org/show_bug.cgi?id=94199">bug 94199</a>
from <span class="vcard"><a class="email" href="mailto:clement.igonet@galaxysemi.com" title="Clement IGONET <clement.igonet@galaxysemi.com>"> <span class="fn">Clement IGONET</span></a>
</span></b>
<pre>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;
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>