<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Key press signal fired twice in WebKit2"
   href="https://bugs.webkit.org/show_bug.cgi?id=136430#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Key press signal fired twice in WebKit2"
   href="https://bugs.webkit.org/show_bug.cgi?id=136430">bug 136430</a>
              from <span class="vcard"><a class="email" href="mailto:mike&#64;vee.net" title="Michael Gratton &lt;mike&#64;vee.net&gt;"> <span class="fn">Michael Gratton</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=136430#c5">comment #5</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=136430#c4">comment #4</a>)
&gt; &gt; or maybe GdkEventKey::send_event be set to true?
&gt; 
&gt; Maybe this would work?</span >

(In reply to <a href="show_bug.cgi?id=136430#c6">comment #6</a>)
<span class="quote">&gt; I'd want confirmation from a GTK+ developer that it would be an appropriate
&gt; use of the send_event flag and is not going to break anything, but you could
&gt; try setting that flag in PageClientImpl::doneWithKeyEvent in
&gt; Source/WebKit2/UIProcess/API/gtk, just before the call to gtk_main_do_event.
&gt; Then Geary could ignore the events if that flag is not set. Should work as
&gt; long as the flag is otherwise always unset.</span >

Yeah, it sounds about right, and that's basically the idea I had in mind for Geary. I don't know what the net effect of setting it is in GTK+ though, it seems to be used somewhat sporadically across the code base.

This isn't a big dealbreaker for Geary though - we have a reasonable workaround for now.</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>