Closed
Bug 390752
Opened 18 years ago
Closed 3 years ago
prevent the user from dropping bookmarks in the middle of a selection
Categories
(Firefox :: Bookmarks & History, defect, P5)
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: moco, Assigned: jteow, Mentored)
References
Details
(Whiteboard: [lang=js])
Attachments
(1 file)
prevent the user from dropping bookmarks in the middle of a selection
steps to reproduce:
1) select 5 bookmarks in the bookmark manager
2) attempt to drag and drop them into the middle of the selection
actual results: I'm allowed to do this
expected results: don't allow this (show the no drop indicator)
Comment 1•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
Comment 2•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Priority: -- → P5
Resolution: INACTIVE → ---
Comment 3•4 years ago
|
||
This may require some experimentation on how to do it, but it should be feasible modifying the dragover event in the treeview https://searchfox.org/mozilla-central/rev/50c3cf7a3c931409b54efa009795b69c19383541/browser/components/places/content/places-tree.js#75
Mentor: mak
Whiteboard: [lang=js]
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → jteow
Assignee | ||
Comment 4•3 years ago
|
||
Pushed by mcheang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/490c7d03b22a
Disallow dropping selected bookmarks onto itself r=mak,mcheang
Comment 6•3 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 7 years ago → 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•