Bug 460090

Summary: Android: Controls are tapped when I use the back gesture
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: Jack Hill <jackhill3103>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: CONFIRMED ---    
Severity: minor CC: nate, notmart
Priority: NOR    
Version: 5.99.0   
Target Milestone: Not decided   
Platform: Android   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.