Closed
Bug 202833
Opened 22 years ago
Closed 6 years ago
Correctly handle rules that might be revealed or retracted when a property changes
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: janv, Assigned: janv)
References
Details
From bug 134799:
This is blocked by a bug in the XUL template builder.
The only difference between a folder and group is that the latter
has the NC:FolderGroup property set to true.
The problem here is that we have multiple rules in bookmark templates and one of
them is checking for NC:FolderGroup. So once we change the property it should
match a different rule, but that actually doesn't work correctly (the UI is not
rebuilt correctly).
I suspect it may be related to these comments:
http://lxr.mozilla.org/seamonkey/source/content/xul/templates/src/nsXULTemplateBuilder.cpp#421
http://lxr.mozilla.org/seamonkey/source/content/xul/templates/src/nsXULTemplateBuilder.cpp#512
Assignee | ||
Comment 1•6 years ago
|
||
We don't use RDF for bookmarks anymore.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•