Bug 440457

Summary: Touchscreen tap on sidebar parent item does not show subcategory page
Product: [Applications] systemsettings Reporter: Nate Graham <nate>
Component: sidebarviewAssignee: Marco Martin <notmart>
Status: RESOLVED FIXED    
Severity: normal CC: herzenschein, plasma-bugs
Priority: NOR Keywords: wayland
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=440487
https://bugs.kde.org/show_bug.cgi?id=439824
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Nate Graham 2021-07-31 19:00:17 UTC
Everything KDE from current git master on Wayland with a touchscreen.

*Clicking* on a parent category item in the sidebar shows the subcategory page and loads its first KCM. However *tapping* the same item with a touchscreen does not show the subcategory page. The correct KCM is loaded, and the subcategory page is pushed onto the stack. However it is not automatically shown.

Likely related, or with the same root cause: if you manually swipe to the subcategory page and tap the back button, it visually depresses but does not take yo back to the base page in the page stack.
Comment 1 Nate Graham 2021-07-31 21:03:52 UTC
The call to root.pageStack.push(subCategoryColumn); seems to be acting differently with click vs tap, for some reason.
Comment 2 Nate Graham 2021-08-03 19:20:49 UTC
*** Bug 439924 has been marked as a duplicate of this bug. ***
Comment 3 Nate Graham 2021-10-26 14:12:37 UTC
Hmm, this is working for me now on X11. Will re-test with Wayland.
Comment 4 Nate Graham 2021-10-26 15:16:35 UTC
Working on Wayland too now for me. I guess this god fixed in some other part of the stack.