Closed
Bug 256072
Opened 21 years ago
Closed 21 years ago
Dragging links from the URL bar to the bookmarks menu should add the link to bookmarks.
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: pavel.penaz, Assigned: vlad)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
1.13 KB,
patch
|
bugs
:
approval-aviary+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040818 Firefox/0.9.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040818 Firefox/0.9.1+
In recent branch builds dragging a link from URL bar does not add the link to
bookmarks.
Reproducible: Always
Steps to Reproduce:
1. Go to ie. www.google.com
2. Drag the link from the URL bar to the bookmarks menu
Actual Results:
The link is not added to bookmarks.
Expected Results:
The link should have been added to bookmarks.
Assignee | ||
Comment 1•21 years ago
|
||
The proxy icon dnd handler wasn't setting COPY as the drag type, so the dnd
receiver was trying to do a move -- and bailing because the "source" of the
move was invalid. This fixes the proxy icon, but there's still a bug where
drags of links from the content area do the same thing, and I'm having a hard
time tracking down where the drag begins there. nsContentAreaDragAndDrop sets
all of COPY/LINK/MOVE, so it's not that..
Assignee | ||
Updated•21 years ago
|
Attachment #156466 -
Flags: approval-aviary?
Assignee | ||
Updated•21 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•21 years ago
|
||
*** Bug 256089 has been marked as a duplicate of this bug. ***
Comment 3•21 years ago
|
||
Comment on attachment 156466 [details] [diff] [review]
proxyicon-copy-on-drag-0.patch
a=ben@mozilla.org
Attachment #156466 -
Flags: approval-aviary? → approval-aviary+
Comment 4•21 years ago
|
||
*** Bug 256159 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 5•21 years ago
|
||
in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
I can now drag the icon to the bookmarks toolbar and the bookmarks menu, but
dragging to the bookmarks sidebar still doesn't work (it shows the no-target
cursor).
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040819
Firefox/0.9.1+
Comment 7•21 years ago
|
||
I think this patch caused bug 256357.
Does this bug cover dragging Links to the Bookmarks Sidebar as well? (because
that still doesn't work for me on Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.7.2) Gecko/20040822 Firefox/0.9.1+) or is there another bug covering
this?
If not we should file a bug because this is a major regression from 0.9.3 and
will affect all those with the Bookmarks Sidebar permanently open.
Comment 9•21 years ago
|
||
(In reply to comment #6)
> I can now drag the icon to the bookmarks toolbar and the bookmarks menu, but
> dragging to the bookmarks sidebar still doesn't work (it shows the no-target
> cursor).
>
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040819
> Firefox/0.9.1+
(In reply to comment #7)
> I think this patch caused bug 256357.
Should this be reopened for these two, or at least the first one? If not, do you
have a new bug, Pikey? Thanks.
Comment 10•21 years ago
|
||
Dragging the *icon* seems to work, but I always dragged the actual *address*
(didn't know about icon!).
Dragging the address still doesn't work.
This bug needs to be reopened
Comment 11•21 years ago
|
||
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040823
Firefox/0.9.1+
Dragging links to bookmarks toolbar isn't fixed on Mac.
Comment 12•21 years ago
|
||
verified with Firefox Branch 2004-09-10-08-0.9 Mac and Windows works
Status: RESOLVED → VERIFIED
Comment 13•21 years ago
|
||
fixed-aviary1.0 keyword?
Updated•21 years ago
|
Keywords: fixed-aviary1.0
Comment 14•19 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•