Bug 492848 - navigation bar click performs gesture instead
Summary: navigation bar click performs gesture instead
Status: CONFIRMED
Alias: None
Product: plasma-mobile
Classification: Plasma
Component: Shell (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Mobile Bugs
URL:
Keywords:
: 492850 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-09-08 23:47 UTC by til.schmitter
Modified: 2024-09-13 11:32 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 til.schmitter 2024-09-08 23:47:07 UTC
SUMMARY
when clicking on the navigation bar it sometimes performs a gesture instead.
sometimes happens no matter where i click but always happens close to the screen edge

STEPS TO REPRODUCE
1. click on the home button close to the screen edge

OBSERVED RESULT
animation for task switcher starts and stops immediately, app stays open

EXPECTED RESULT
home button being pressed and going to the home screen

SOFTWARE/OS VERSIONS
(available in the Info Center app, or by running `kinfo` in a terminal window)
fedora 40 kde
kernel 6.10.7
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
Comment 1 Luis B 2024-09-13 11:31:00 UTC
*** Bug 492850 has been marked as a duplicate of this bug. ***
Comment 2 Luis B 2024-09-13 11:32:48 UTC
The issue here is that the gesture navigation is not disabled when nav bar is present as it should be. This needs a rewrite of the mobile shell settings plugin to be accessible from C++, not just QML.