Closed
Bug 503940
Opened 16 years ago
Closed 7 years ago
Tag ids change when using the same tag name (after removing them)
Categories
(Toolkit :: Places, defect, P5)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: Mardak, Assigned: mak)
References
Details
(Whiteboard: [fixed by bug 1293445])
If you have a tag that has only one bookmark and remove the tag from the bookmark and add it back, internally places will create a new tag id. This will mess up any place: uris that have the tag id hardcoded.
This might be related to bug 444601.
Weave works around this issue in bug 503938 by 1) tag a dummy uri 2) untag bookmark 3) retag bookmark 4) untag dummy uri.
Updated•16 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Comment 1•16 years ago
|
||
a tag should not even have an item id and it should be referenced as place:tag=MYTAG.
All of this bug is just due to our "fancy" implementation.
Comment 2•7 years ago
|
||
This has been fixed by bug 1293445 in FF 61.
Updated•7 years ago
|
status-firefox61:
--- → fixed
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•