Closed
Bug 341153
Opened 19 years ago
Closed 18 years ago
Bookmark dragging highlight painted even if drag is to the same place
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino2.0
People
(Reporter: hwaara, Assigned: stuart.morgan+bugzilla)
Details
Attachments
(1 file)
4.89 KB,
patch
|
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
Drag a bookmark item a tiny bit to the side, and the blue drag highlight is drawn even if it's the item's starting position.
Comment 1•19 years ago
|
||
This is from the bookmarks bar (since this wasn't initially clear to me). Personally, I'm not sure this is a bug. The blue drag highlight demarkates where the bookmark button will sit when it "lands." Even if you're landing in the same position, you're still landing.
![]() |
||
Comment 2•19 years ago
|
||
I was just going to comment the same. I'm really not sure this is a bug.
![]() |
Reporter | |
Comment 3•19 years ago
|
||
I think it would make more sense if the drag would slide back, just like it does if you try to drop it on itself (which effectively this is, since you haven't moved it past any other bookmark).
![]() |
||
Comment 4•19 years ago
|
||
But it *is* moving past another bookmark -- the mouse has left the original tracking rect for that bookmark button, and that's why it's drawing an insertion highlight.
There's not much that can be done about this without shrinking the tracking rects down and making "dead space" between bookmark items.
cl
![]() |
Reporter | |
Comment 5•19 years ago
|
||
Another to do is find all instances of trees/textfields and make them focusable.
![]() |
Reporter | |
Comment 6•19 years ago
|
||
Sorry, wrong bug.
Assignee | ||
Comment 7•18 years ago
|
||
This has been annoying me recently.
Assignee: nobody → stuart.morgan
Status: NEW → ASSIGNED
Attachment #312776 -
Flags: superreview?(mikepinkerton)
![]() |
||
Comment 8•18 years ago
|
||
Comment on attachment 312776 [details] [diff] [review]
fix
sr=pink
did you try in a container with just 1 bookmark, or a container with just 2? i seem to recall those were good test cases from when i did dnd highlighting in the past.
Attachment #312776 -
Flags: superreview?(mikepinkerton) → superreview+
Assignee | ||
Comment 9•18 years ago
|
||
Yep, I tested a bunch of configurations, including 1 and 2 with combinations of folders and tabs.
Landed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Target Milestone: --- → Camino2.0
You need to log in
before you can comment on or make changes to this bug.
Description
•