[Webkit-unassigned] [Bug 136430] [GTK] Key press signal fired twice in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 8 06:01:33 PST 2017


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

--- Comment #7 from Michael Gratton <mike at vee.net> ---
(In reply to comment #5)
> (In reply to comment #4)
> > or maybe GdkEventKey::send_event be set to true?
> 
> Maybe this would work?

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

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.

-- 
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/20170108/da0c7e58/attachment.html>


More information about the webkit-unassigned mailing list