Bug 213009 - "Edit Bookmarks" does not allow to change folder ordering
Summary: "Edit Bookmarks" does not allow to change folder ordering
Status: CONFIRMED
Alias: None
Product: keditbookmarks
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 213683 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-04 02:52 UTC by Alexey Neyman
Modified: 2009-11-17 23:48 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Neyman 2009-11-04 02:52:35 UTC
Version:            (using KDE 4.3.2)
OS:                Linux
Installed from:    Ubuntu Packages

In KEditBookmarks, there's no way to change order of the folders. Drag'n'drop of a folder in between of two other folders makes it a child of one of these two. There are no "move up/down" controls either...
Comment 1 David Faure 2009-11-17 11:58:23 UTC
*** Bug 213683 has been marked as a duplicate of this bug. ***
Comment 2 Alain BAECKEROOT 2009-11-17 13:36:10 UTC
I confirm this bug on Ubuntu 9.10 Karmic, KDE 4.3.2, Kmail 1.12.2

 kmail                         4:4.3.2-0ubuntu6
Comment 3 David Faure 2009-11-17 23:48:57 UTC
Actually, it is possible, but there are only a few pixels where the drop
indicator ends up at the "between two folders" position. Typically a few pixels
below the position where you would think you have to go. If you move the mouse
to the right, you can see on the left whether the black line is positioned as a
child or as a toplevel entry.

I agree, this is hard to use! However this means the problem isn't at all in
the keditbookmarks drop code, but rather in QTreeView itself. And the fact that
the drag pixmap hides the black line ("drop indicator") doesn't help - but I
provided a Qt patch for making the drag pixmap semi-transparent so that we can
see through it; not sure this will make it to Qt-4.6 though (for reference:
http://qt.gitorious.org/qt/qt/merge_requests/1729 ).