[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 17:57:52 PDT 2023


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

--- Comment #7 from Michael Catanzaro <mcatanzaro at redhat.com> ---
(In reply to Michael Catanzaro from comment #6)
> The WebKitWebView is not receiving the missing key press event at all.
> EphyWindow does see the event, but it never makes it to the WebKitWebView.
> Something in between is eating the event, and there's not a lot in between.

The hierarchy is:

EphyWindow
 AdwBreakpointBin
  AdwTabOverview
   AdwBin
    EphyFullscreenBox
     AdwToolbarView
      AdwToastOverlay
       EphyTabView
        AdwTabView
         AdwBin
          EphyEmbed
           GtkOverlay
            EphyWebView (is a WebKitWebView)

OK, so "there's not a lot in between" is not really true. But one of those things is handling the event before WebKit even sees it, so we can be confident it's either an Epiphany bug or a libadwaita bug, not a WebKit bug. Unfortunately I cannot find any suspicious key event controllers in Epiphany or libadwaita, so I might need to "bisect" my way through this hierarchy.

-- 
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/89042fb0/attachment.htm>


More information about the webkit-unassigned mailing list