[Webkit-unassigned] [Bug 260602] [GTK] Ctrl+<key> no longer sends keydown events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 6 18:16:57 PDT 2023


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

--- Comment #8 from Michael Catanzaro <mcatanzaro at redhat.com> ---
I bisected the widget hierarchy by creating GtkEventControllerKeys in each object's init method and hooking them up to dummy callbacks that just print when an event is received and then propagate the event. This works properly for all events except the "keydown c" event that is going missing. In this case, the AdwBreakpointBin never receives the key press event. This makes no sense because it's directly below the EphyWindow, which does receive the event.

We'll probably need a closer investigation inside GTK itself to figure out what is going wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230907/f764a7b6/attachment.htm>


More information about the webkit-unassigned mailing list