Bug 243386 - [GTK4] Website becomes unresponsive after entering overview with touchpad gesture
Summary: [GTK4] Website becomes unresponsive after entering overview with touchpad ges...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2022-07-31 03:07 PDT by Kdwk
Modified: 2022-08-03 09:05 PDT (History)
3 users (show)

See Also:


Attachments
Website becomes unresponsive after using touchpads to enter overview (7.26 MB, video/webm)
2022-07-31 03:07 PDT, Kdwk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kdwk 2022-07-31 03:07:08 PDT
Created attachment 461323 [details]
Website becomes unresponsive after using touchpads to enter overview

Steps to reproduce:
1. Open GTK 4 Epiphany Technology Preview
2. Use a three-finger swipe on a touchpad to enter Gnome Overview
3. Click on the Epiphany window to get back
4. Try to click on website elements
5. Observe how the website is not responsive

Remark: the browser UI is responsive. Other tabs, bookmarks popover, closing window, etc. work properly.

Epiphany Technology Preview (WebKitGTK 2.37.1, branch: wip/exalm/gtk4)
Comment 1 Alice Mikhaylenko 2022-08-03 08:59:46 PDT
I think this is a GTK issue. I see similar things with other widgets, though not consistently - for example:

- GtkNotebook tabs can't be clicked or dragged (not to be confused with AdwTabBar, I'm testing this in minibrowser)
- GtkTextView doesn't receive clicks and trying to drag will initiate DND instead of selecting text
- GtkListBox rows can't be clicked.

Please open an issue in GTK if there isn't one yet.
Comment 2 Alice Mikhaylenko 2022-08-03 09:05:06 PDT
Correction: mutter issue even. GTK never has a chance to cancel the gesture sequence as gnome-shell silently takes it over to open overview.