Closed
Bug 73695
Opened 24 years ago
Closed 24 years ago
AttributeAffectsStyle doesn't work with scoped stylesheets
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: hyatt, Assigned: hyatt)
Details
Attachments
(1 file)
11.63 KB,
patch
|
Details | Diff | Splinter Review |
Hewitt's skin reorg is blocked because AttributeAffectsStyle doesn't walk scoped
stylesheets. This causes the style system to incorrectly believe that an
attribute is not affecting style, and it bails early.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Ignore nsGenericElement.cpp. THat's another patch. Just look at everything
else.
Shaver, I'd like an r from you, since this is your code I'm playing with.
Attinasi, can you give me an sr?
Thanks! This is blocking hewitt's skin landing, so it's pretty high priority
for 6.5.
Comment 3•24 years ago
|
||
ok, looks good to me sr=waterson
Assignee | ||
Comment 4•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•