Closed
Bug 292508
Opened 20 years ago
Closed 20 years ago
Can no longer drag & drop bookmarks in Bookmark Bar
Categories
(Camino Graveyard :: Drag & Drop, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: johnsawyercjs, Assigned: mozilla)
Details
Attachments
(1 file)
|
1.13 KB,
patch
|
moz
:
review+
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050419 Camino/0.8+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050419 Camino/0.8+
I can no longer drag and drop bookmarks in the Bookmark Bar, to reorder them. I
used to be able to drag bookmarks to place them inbetween other bookmarks, where
a vertical insertion bar would appear indicating it was ready to receive the
dragged bookmark at that location. However, now no insertion bar appears, and
trying to drop the bookmark inbetween two other bookmarks anyway, doesn't result
in the bookmark being moved to that location. Was this feature simply removed?
The only way now to rearrange bookmarks in the Bookmark Bar is to use the
Bookmarks window, which is less convenient.
Reproducible: Always
Steps to Reproduce:
1. Drag an icon in the Bookmark Bar to a spot between two other bookmarks.
2. Look for a vertical insertion bar at the new desired location.
Actual Results:
No vertical insertion bar.
Expected Results:
Should be a vertical insertion bar.
On all, I saw this bug quiet a while ago but I talked with Bruce about it. My
gut tells me it has to do with the pasterboard patch from Bruce, but I'm not sure.
So in that timefrane patches for bug 155484 and bug 287118 landed, Bruce should
takea good look at what happened.
| Reporter | ||
Comment 5•20 years ago
|
||
OS 10.3.8 and 10.3.9
| Assignee | ||
Comment 6•20 years ago
|
||
Accepting this one - fallout from my bookmark D&D changes. Patch coming up.
Assignee: pinkerton → Bruce.Davidson
Target Milestone: --- → Camino0.9
| Assignee | ||
Comment 7•20 years ago
|
||
My previous change under bug 155484 did all the preparation for working out
whether the drop was valid, but forgot to ever return the result of this work!
Oops! This fixes it, and makes the logic clearer than the previous working
code.
Requesting review.
Attachment #182781 -
Flags: superreview?(pinkerton)
Attachment #182781 -
Flags: review?(mozilla)
Comment 8•20 years ago
|
||
Comment on attachment 182781 [details] [diff] [review]
Patch
Looks good to me. Don't really need the final |else| since you return before it
in the |if|, but ti doesn't really matter.
r+
Attachment #182781 -
Flags: review?(mozilla) → review+
Comment 9•20 years ago
|
||
Comment on attachment 182781 [details] [diff] [review]
Patch
sr=pink
agreed, shouldn't have last |else| after return. I removed it when i checked
in.
Attachment #182781 -
Flags: superreview?(pinkerton) → superreview+
You need to log in
before you can comment on or make changes to this bug.
Description
•