Closed
Bug 141259
Opened 22 years ago
Closed 22 years ago
bogus style context parentage warnings due to framechange optimization
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Whiteboard: [whitebox])
Due to the framechange optimization in ReResolveStyleContext (not descending into subtrees when we hit a framechange, and also not changing the actual style context on the element needing the framechange (I think, at least)), we end up with bogus style context parentage warnings because we call VerifyContextParent within ComputesStyleChangeFor, which is before we process the change list (since it returns the change list).
| Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Priority: -- → P3
Hardware: PC → All
Target Milestone: --- → mozilla1.1beta
| Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.1beta → mozilla1.2alpha
| Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.2alpha → Future
Comment 1•22 years ago
|
||
fixed by checkin for bug 126072
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Whiteboard: [whitebox]
You need to log in
before you can comment on or make changes to this bug.
Description
•