Closed
Bug 1801869
Opened 3 years ago
Closed 3 years ago
Update Bookmarks Library panel to use editBookmark.js
Categories
(Firefox :: Bookmarks & History, task, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: jsudiaman, Assigned: jsudiaman)
References
Details
(Whiteboard: [fidefe-bookmarks])
Attachments
(1 file)
If the preference browser.bookmarks.editDialog.delayedApply.enabled is set to true in about:config, the Bookmarks Library panel should load the editBookmark.js script rather than instantEditBookmark.js.
It would require some special handling since there's no OK/Cancel, it should just save on blur.
Bulk tagging should work as expected, i.e.:
that should be selecting multiple uris in the Library right pane, and adding/removing tags, it should affect all the selected uris.
The newly added or removed tags don't affect other tags, thus if I have bookmark1 with tag1 and bookmark2 with tag2, when I select both I see nothing in the input field, if I add tag3, now bookmark1 has tag1,tag3 and bookmark2 has tag2,tag3
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → jsudiaman
Status: NEW → ASSIGNED
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
| Assignee | ||
Updated•3 years ago
|
Whiteboard: [fidefe-bookmarks]
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9307387 -
Attachment description: WIP: Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8 → Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8
Updated•3 years ago
|
Attachment #9307387 -
Attachment description: Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8 → WIP: Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8
Updated•3 years ago
|
Attachment #9307387 -
Attachment description: WIP: Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8 → Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8
Updated•3 years ago
|
Attachment #9307387 -
Attachment description: Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8 → WIP: Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8
Updated•3 years ago
|
Attachment #9307387 -
Attachment description: WIP: Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8 → Bug 1801869 - Update Bookmarks Library panel to use editBookmark.js r?mak,standard8
Pushed by jsudiaman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4befe28c7ee6
Update Bookmarks Library panel to use editBookmark.js r=mak
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•