Summary: | Search results: don't show parent categories when none of their children appear | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Bernie Innocenti <bernie> |
Component: | sidebarview | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | alpemwarrior, nate, plasma-bugs, srevinsaju |
Priority: | NOR | Keywords: | regression |
Version: | 5.19.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.25 | |
Sentry Crash Report: |
Description
Bernie Innocenti
2020-04-18 11:11:03 UTC
How bizarre. Can reproduce. Still present in 5.19.0 Because it contains multiple items, opening it crashes as reported in bug #423638. It should be grayed out as are all items with multiple items inside. (In reply to alpemwarrior from comment #3) > Because it contains multiple items, opening it crashes as reported in bug > #423638. It should be grayed out as are all items with multiple items inside. If it's not a bug, it's a quite confusing UX. Why wouldn't the search results let you click on items that are normally clickable in the list? Either: 1. hide grayed out entries with no children 2. show grayed entries along with all children (even when they don't match) 3. allow selecting these entries (my preferred behavior) Also happens for "Settings" (Network sub heading). * Attempt to click on "Settings" (works) * Search for Settings, the "Settings" in the pane is greyed / disabled. PS: Also happens for "Regional Settings" That's the parent category appearing in the search. I guess the bug is that we shouldn't show any parent categories that have no children in the search results. Seems to be fixed now. |