Summary: | Improve the positioning of dragged extenders into the desktop | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Grósz Dániel <groszdanielpub> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alan.christopher.jenkins, andresbajotierra, aseigo, henryrust89, xenofchaos |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Grósz Dániel
2009-07-03 18:31:51 UTC
Technically this is because the extenders are no pure-widgets, so when you drag some extender to the desktop, it first needs to create a new "Internal Extender Container" (real)widget to contain the extender itself. May be the position could be improved a bit. *** Bug 192624 has been marked as a duplicate of this bug. *** There's another inconsistency as well - when dragging by the caption, you can't move the extender to a panel. You have to drag it by the "handle" if you want to move it to a panel. @Alan: that's true of all widgets, not just the extenders, and a completely separate issue from this one. I can confirm this bug on KDE 4.3.4 with Qt 4.5.3. It's a really strange behavior. So I agree with Grósz Dániel that this should be count as a bug. SVN commit 1137301 by mart: event->button() is usually empty, do drags only with the left buttons (and find the down position with that too) instead BUG:198814 M +4 -2 extenderitem.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1137301 |