Closed
Bug 3647
Opened 26 years ago
Closed 26 years ago
[BLOCK] Tree View hopelessly horked with certain types of style selectors
Categories
(Core :: XUL, defect, P2)
Tracking
()
CLOSED
INVALID
M3
People
(Reporter: hyatt, Assigned: hyatt)
References
()
Details
Any style rule that contains multiple selectors that result in
a child needing to be reflowed because of a change made to
a parent won't work at all.
treeitem[open] > treecell > titledbutton {
}
is an example of such a rule.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Priority: P3 → P2
Target Milestone: M3
Comment 1•26 years ago
|
||
setting p2 for m3. what is this blocking?
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•26 years ago
|
||
Closing this bug. It's not a bug in the tree view after all, but rather
a bug in the table code. I have opened a bug for the table code problem
and labeled it blocking.
Hmmm. I appear to be in charge of closing this bug for some awful reason. OK.
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: danm.moz → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•