Closed
Bug 1484551
Opened 6 years ago
Closed 6 years ago
Change of bookmark address causes damage tags
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1388890
People
(Reporter: fx4waldi, Unassigned)
Details
1. Create a bookmark with a tag (eg. url:"https://bugzilla.mozilla.org" tag:"bug")
2. Change the url of the bookmark (eg. url:"https://mozilla.org")
> browser.bookmarks.update("e6y9yHOOv4aa",{url:"https://mozilla.org"});
3. Open the "Library" (ctrl+shift+b) and find the "bug" tag
4. The bookmarks is not visible in the tag view
5. The tag can't be removed
6. Restore the previous address of the bookmark
> browser.bookmarks.update("e6y9yHOOv4aa",{url:"https://bugzilla.mozilla.org"});
7. Open the "Library" (ctrl+shift+b) and find the "bug" tag
8. The bookmark is visible again and you can delete the tag
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•