Summary: | Menu for task item group can get wider than the screen | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Christoph Feck <cfeck> |
Component: | widget-taskbar | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | hein |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/5dd8352f2e8a579034b91c2f6b269df29ffc85cd | Version Fixed In: | |
Sentry Crash Report: |
Description
Christoph Feck
2013-07-11 17:07:09 UTC
Oh, actually, they _are_ elided, but still larger than my screen's width. Git commit 5dd8352f2e8a579034b91c2f6b269df29ffc85cd by Eike Hein. Committed on 27/07/2013 at 17:05. Pushed by hein into branch 'KDE/4.11'. Try to make sure the group dialog stays within a sane width limit. The approach taken is "behave reasonably on 640x480 and above" by clipping the bounding box of the task items to the max() of that minimum supported resolution (taking dialog margins and, if vert- ically oriented, a likely panel into account) and the applet's width. A perfect impementation would figure out the dimensions of the work area (i.e. screen sans relevant struts) and clip to that, but knowing how much C++ that takes to do correctly on multi- head (as Yakuake does it) and seeing how the goal is to have a QML task manager, I don't feel that's maintainable for now. Let's look into improving PlasmaCore.Dialog in libplasma2 instead to help with avoiding too unreasonably large dialogs instead, or perhaps Qt Quick 2 will evolve a helper. There's a TODO in there for now. On the flip side, this actually behaves better than the old applet anyway, which had rather more unreasonable popup sizing ... M +4 -1 plasma/desktop/applets/tasks/package/contents/ui/GroupDialog.qml http://commits.kde.org/kde-workspace/5dd8352f2e8a579034b91c2f6b269df29ffc85cd |