Bug 440457 - Touchscreen tap on sidebar parent item does not show subcategory page
Summary: Touchscreen tap on sidebar parent item does not show subcategory page
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: sidebarview (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Marco Martin
URL:
Keywords: wayland
: 439924 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-07-31 19:00 UTC by Nate Graham
Modified: 2021-10-26 15:16 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.