Closed
Bug 411384
Opened 18 years ago
Closed 19 days ago
[Mac] Dragging Local files to Bookmarks Toolbar does not work
Categories
(Firefox :: Bookmarks & History, defect, P3)
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: marcia, Assigned: Logan)
Details
(Keywords: polish)
Attachments
(1 file)
Seen using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b3pre) Gecko/2008010804 Minefield/3.0b3pre.
STR:
1. Start Firefox
2. Drag any file, html, text, xpi, etc to the Bookmarks Toolbar
Actual Results:
Unable to add the bookmark. No error in console.
Bug 336286 was filed for Windows and Linux but it seems to work on those two operating systems.
Comment 1•18 years ago
|
||
Since bug 336286 was blocking-firefox3+, it seems to me this should block too.
Flags: blocking-firefox3?
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Updated•18 years ago
|
Priority: -- → P4
Comment 2•18 years ago
|
||
Not blocking on this bug for final ship. Would take a safe enough patch if one comes through.
Flags: wanted-firefox3+
Flags: blocking-firefox3-
Flags: blocking-firefox3+
Comment 3•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
Updated•10 years ago
|
Priority: P4 → --
Updated•10 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
| Assignee | ||
Comment 4•4 months ago
|
||
When a file is dragged on macOS to Firefox's Bookmarks Toolbar,
advertise URL support and convert the file to a file:// URL at the widget
level. This mirrors the Windows implementation (FindURLFromLocalFile).
The fix has two parts:
- nsDragService.mm: Advertise URL support when files are present on the
pasteboard by checking for kUTTypeFileURL when kURLMime is requested - nsCocoaUtils.mm: Convert files to file:// URLs when kURLMime is
requested but only kUTTypeFileURL is available, formatting as
"URL\nTitle" to match the expected text/x-moz-url format
Updated•4 months ago
|
Assignee: nobody → loganrosen
Status: NEW → ASSIGNED
Pushed by loganrosen@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/d0b9c5b37f48
https://hg.mozilla.org/integration/autoland/rev/52d25a41275f
Enable dragging files to create bookmarks on macOS. r=spohl
Status: ASSIGNED → RESOLVED
Closed: 19 days ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Updated•6 hours ago
|
QA Whiteboard: [qa-ver-opt-c153/b152]
You need to log in
before you can comment on or make changes to this bug.
Description
•