Summary: | Task buttons can not be dragged to the first (top) position in a vertically placed taskbar widget | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Marcelo Sales <mmtsales> |
Component: | widget-taskbar | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein |
Priority: | NOR | ||
Version: | 4.11.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/bcb27fe25c1927b9bb0cb978f2a9462eb8bfca44 | Version Fixed In: | 4.11.2 |
Sentry Crash Report: |
Description
Marcelo Sales
2013-09-14 15:12:45 UTC
Git commit cf574a938e08e4cf77fb4c552a0a4bdd1668191e by Eike Hein. Committed on 14/09/2013 at 22:55. Pushed by hein into branch 'KDE/4.11'. Simplify insertion index calculation for DND reordering. The original code took a stab at there being some travel resistance to drags to avoid undesired accidental moves, but aside from doing this in a naive (and buggy) way, it also turns out to be unnecessary in further testing: Drag initiation has resistance to it anyway, and during moves, the lack of resistance makes accidental overshoots easy to correct for, along with the upside of making DND feel much more fluid. M +6 -18 plasma/desktop/applets/tasks/package/contents/code/tools.js M +3 -1 plasma/desktop/applets/tasks/package/contents/ui/MouseHandler.qml http://commits.kde.org/kde-workspace/cf574a938e08e4cf77fb4c552a0a4bdd1668191e Git commit bcb27fe25c1927b9bb0cb978f2a9462eb8bfca44 by Eike Hein. Committed on 14/09/2013 at 22:55. Pushed by hein into branch 'frameworks-scratch'. Simplify insertion index calculation for DND reordering. The original code took a stab at there being some travel resistance to drags to avoid undesired accidental moves, but aside from doing this in a naive (and buggy) way, it also turns out to be unnecessary in further testing: Drag initiation has resistance to it anyway, and during moves, the lack of resistance makes accidental overshoots easy to correct for, along with the upside of making DND feel much more fluid. M +6 -18 plasma/desktop/applets/taskmanager/package/contents/code/tools.js M +3 -1 plasma/desktop/applets/taskmanager/package/contents/ui/MouseHandler.qml http://commits.kde.org/kde-workspace/bcb27fe25c1927b9bb0cb978f2a9462eb8bfca44 Wow! I had just reported this bug and it is already fixed! :) Thanks! Thanks for the report! :) |