Closed
Bug 148597
Opened 23 years ago
Closed 23 years ago
[FIX] Can't drag & drop a bookmark from personal toolbar to tab
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kazhik, Assigned: p_ch)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.17 KB,
patch
|
timeless
:
review+
bugzilla
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Can't drag & drop a bookmark from personal toolbar to tab.
From bookmark panel in sidebar, drag & drop works.
Assignee | ||
Comment 1•23 years ago
|
||
taking, I am the culprit. This is a flavour problem.
Btw, dropping a bookmark from the personal toolbar inside the content view also
fails. I was aware of the latter but not the former. Thanks, Kazuhiko!
Assignee: ben → pierrechanial
Assignee | ||
Comment 2•23 years ago
|
||
There was a bug in navigatorDD.js preexisting to the patch in bug 139471 that
was masked by the ordering of the flavours added to xferData.
The second line is unrelated to this bug and is for correctness. It just
ensures using url instead of uri for text/html
Assignee | ||
Comment 3•23 years ago
|
||
r and sr needed.
Summary: Can't drag & drop a bookmark from personal toolbar to tab → [FIX] Can't drag & drop a bookmark from personal toolbar to tab
Attachment #85981 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
r=timeless on IRC
Comment 5•23 years ago
|
||
This is also breaking Drag and drop on OS/2 from the Personal Toolbar to the
desktop.
Could this bug also be the reason that dragging a personal toolbar bookmark to
the url bar causes the bookmark _name_ to be pasted rather than the url?
Assignee | ||
Comment 7•23 years ago
|
||
djk: you're right, it's the same issue.
this patch fixes also the problem you are reporting.
Comment 8•23 years ago
|
||
Comment on attachment 85981 [details] [diff] [review]
Patch v1.0
sr=blake. pch rocks, netscape should hire him.
Attachment #85981 -
Flags: superreview+
Assignee | ||
Comment 9•23 years ago
|
||
*** Bug 149238 has been marked as a duplicate of this bug. ***
Comment 10•23 years ago
|
||
Comment on attachment 85981 [details] [diff] [review]
Patch v1.0
a=asa (on behalf of drivers) for checkin to the 1.1 trunk.
Attachment #85981 -
Flags: approval+
C:\moz_src\mozilla\xpfe\browser\resources\content>cvs commit -m "Bug 148597.
Can't drag a bookmark from personal toolbar to a tab. Patch by Pierre Chanial
<pierrechanial@netscape.net> r=timeless, sr=blake, a=a
sa" navigatorDD.js
Checking in navigatorDD.js;
/cvsroot/mozilla/xpfe/browser/resources/content/navigatorDD.js,v <--
navigatorDD.js
new revision: 1.89; previous revision: 1.88
done
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•