Closed
Bug 677448
Opened 13 years ago
Closed 13 years ago
drag to bookmark doesn't work in 8.0a1
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kiwiplant, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0a1) Gecko/20110808 Firefox/8.0a1
Build ID: 20110808030804
Steps to reproduce:
Drag from the address bar to either bookmarks manager (Library) or bookmarks toolbar
Actual results:
Nothing - It didn't create a bookmark
Expected results:
It should have created a bookmark for the page that is open.
Comment 1•13 years ago
|
||
what are you dragging from the address bar? full url? partial url? the identity button?
Wfm in I drag the identity button to the toolbar. If I try to drag and drop in the bookmarks menu, it doesn't work.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0a1) Gecko/20110815 Firefox/8.0a1
Comment 4•13 years ago
|
||
Dragging a site's identity button to toolbar or bookmark menu worked. However, dragging the tab itself of the "tab-bar" created a preview image of the tab and I could not drag it to either the toolbar or the bookmark menu to create a bookmark. It always opened the tab in a new window.
Mozilla/5.0 (Windows NT 5.1; rv:8.0a2) Gecko/20110826 Firefox/8.0a2
Comment 5•13 years ago
|
||
(In reply to Arne.Schroeder from comment #4)
> Dragging a site's identity button to toolbar or bookmark menu worked.
> However, dragging the tab itself of the "tab-bar" created a preview image of
> the tab and I could not drag it to either the toolbar or the bookmark menu
> to create a bookmark.
please don't confuse bugs, that has nothing to do with this report
Comment 6•13 years ago
|
||
Reporter, please try safe mode http://support.mozilla.com/kb/Safe+Mode
Reporter please follow the advice from comment6 and also could you see if the issue occurs if using an empty testing profile? (Don't install any addons into it)
http://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
I downloaded today's 8.0b1-candidates build1 win32 update.mar and used it to update my firefox 7.0 to 8.0b1.
I can confirm the issue, which has brought me to this bug report.
I can also confirm that restarting in safe mode makes drag to bookmark work well.
I will try to find which add-on is causing the trouble...
My first guess was correct:
Multiple Tab Handler
Disabling it makes drag to bookmark work normally
Comment 10•13 years ago
|
||
Sorry for yet another comment... just adding some more info.
The developer of Multiple Tab Handler is aware of this problem.
Similar extensions which deal with tabs such as Tab Mix Plus may also be affected.
When dragging to bookmark with Multiple Tab Handler enabled, Error Console reports an error about TAB_DROP_TYPE not being defined.
Defining it with
var TAB_DROP_TYPE = "application/x-moz-tabbrowser-tab";
in tabsDragUtils.js and multipletab.js (files from the extension) allows drag to bookmark to work with the extension enabled.
Comment 11•13 years ago
|
||
Considering the comments above, setting resolution to Resolved WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•