Closed
Bug 119874
Opened 23 years ago
Closed 22 years ago
Drag a new url onto personal toolbar, show no title.
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yinbolian, Assigned: p_ch)
References
Details
(Keywords: polish)
Attachments
(1 file)
579 bytes,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011226
BuildID: 2001122617
Drag a url on from Webpage onto the personal Toolbar, if the url is not in your
bookmark and is not visited before, only a bookmark icon show on the personal
toolbar without title.
Reproducible: Always
Steps to Reproduce:
1. open a webpage which is new to your browser
2. drag a url from the page onto your perosnal toolbar
Actual Results: a bookmark icon appears on the personal toolbar
Expected Results: a icon and title should be there
Reporter | ||
Comment 1•23 years ago
|
||
personalToolbarObserver.getSupportedFlavours in navigatorDD.js does not contain
support for "text/x-moz-url", if I add the line:
flavourSet.appendFlavour("text/x-moz-url");
before "text/unicode", the problem disappear. I do not know why it is not added
before, is this the good way to correct this problem? Who can tell me?
BTW, the same problme exists on Solaris/SPARC, but not on windows 2000/i386
Comment 2•23 years ago
|
||
Bolian, are you dragging selected text or a link? If it's text, then this is
a duplicate of bug 87095.
Reporter | ||
Comment 3•23 years ago
|
||
Sorry for the ambiguousness, what I mean is dragging a link.
Reporter | ||
Comment 4•23 years ago
|
||
I have tested on Linux and Solaris. Please review
Comment 6•23 years ago
|
||
Marking NEW. Bolian you should contact the correct owner on this list
http://www.mozilla.org/owners.html and get a review/sr for the patch to be
checked in. Thanks for the patch.
Comment 7•23 years ago
|
||
Has this since been fixed? It works for me....
Assignee | ||
Comment 8•22 years ago
|
||
Currently, personalToolbarDNDObserver.onDrop does not consider flavour and does
not pick up the best one.
Imho, the best approach would imply to merge the way how dragged data is
retrieved in bookmarks.xml (correct implementation, but no history look up) and
the one in personalToolbarDNDObserver.
Blocks: 133604
Assignee | ||
Comment 9•22 years ago
|
||
*** Bug 148289 has been marked as a duplicate of this bug. ***
Comment 10•22 years ago
|
||
I think this bug happens on all non-Windows platforms.
Comment 12•22 years ago
|
||
Problem still occurs on Mozilla 1.2a 2002091014 on Win2K.
Comment 13•22 years ago
|
||
I found that when I launch mozilla 1.3b as root, I can drag URL's to the toolbar
and they are shown there. As a normal user, it does not allow me to drag the
URL's to the personal toolbar.
When I installed Mozilla, I installed as root from the RPM's (RH8), executed
mozilla once as root and then executed as the normal user.
...Jay
Comment 14•22 years ago
|
||
Pierre, this is fixed, isn't it ?
Assignee | ||
Comment 16•22 years ago
|
||
marking fixed
Status: NEW → RESOLVED
Closed: 22 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
•