Bug 460090 - Android: Controls are tapped when I use the back gesture
Summary: Android: Controls are tapped when I use the back gesture
Status: CONFIRMED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.99.0
Platform: Android All
: NOR minor
Target Milestone: Not decided
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-07 12:40 UTC by Jack Hill
Modified: 2022-10-10 16:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Hill 2022-10-07 12:40:28 UTC
SUMMARY
Maybe this is a Qt issue, I'm not sure how to test that though because I don't know of any non-KDE Android apps written in Qt.

If I try to use the back gesture on top of a widget, the widget acts as if it has been tapped.

STEPS TO REPRODUCE
1. Download Kirigami gallery
2. Open the page "List View with Cards"
3. Place your finger on the right-side of the screen, above one of the "Install" buttons, and swipe left

OBSERVED RESULT
The android back gesture is registered, but the install button is also pressed

EXPECTED RESULT
The install button should not be pressed

SOFTWARE/OS VERSIONS
Android 12

ADDITIONAL INFORMATION
Also happens on Kasts
Comment 1 Nate Graham 2022-10-10 16:48:37 UTC
Can reproduce on the desktop too, with a touchscreen. I guess when a gesture is recognized, we should stop padding the event down to the view.