<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:clement.igonet&#64;galaxysemi.com" title="Clement IGONET &lt;clement.igonet&#64;galaxysemi.com&gt;"> <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>
               &nbsp;
           </td>
           <td>clement.igonet&#64;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&#64;galaxysemi.com" title="Clement IGONET &lt;clement.igonet&#64;galaxysemi.com&gt;"> <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
&#64;&#64; -101,6 +101,8 &#64;&#64;

 bool EventHandler::passMousePressEventToSubframe(MouseEventWithHitTestResults&amp; mev, Frame* subframe)
 {
+    if (subframe-&gt;page())
+        subframe-&gt;page()-&gt;focusController()-&gt;setFocusedFrame(subframe);
     subframe-&gt;eventHandler()-&gt;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>