Summary: | Replace the context menu's arrow with an hamburger button, so it never points to the wrong side | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Fernando M. Muniz <fernandommuniz> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | wishlist | CC: | felixernst, filip.kendes1, kde, kdedev, nate, plasma-bugs-null |
Priority: | NOR | ||
Version First Reported In: | 6.4.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://bugreports.qt.io/browse/QTBUG-139569 | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=493391 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 493391 | ||
Bug Blocks: | |||
Attachments: | Arrow pointed the wrong way. |
Description
Fernando M. Muniz
2025-07-27 00:35:54 UTC
This seems like a reasonable suggestion. I'll pass this along to the developers for consideration. >The context menu should use a + sign instead,
>because dynamically changing directions is impossible.
That seems confusing to me. To me this would express that that item adds something, not that it contains more items.
(In reply to Felix Ernst from comment #2) > >The context menu should use a + sign instead, > >because dynamically changing directions is impossible. > > That seems confusing to me. To me this would express that that item adds > something, not that it contains more items. You're right, an hamburger menu icon would make more sense. A hamburger icon wouldn't make sense either. What would make sense to me would be to make the menu point in the direction that the child menu will open. However, it's not something that KDE can affect, since this is just how QMenus work; we can't override it here. |