Closed
Bug 602064
Opened 15 years ago
Closed 15 years ago
Fix assertion with nsDisplayTransform and gDumpPaintList
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
Details
Attachments
(1 file)
|
1.43 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
This feels fairly forced, is there any reason why nsDisplayTransform doesn't inherit nsDisplayWrapList directly (or overload GetList())?
Attachment #481052 -
Flags: review?(roc)
Comment 1•15 years ago
|
||
roc's patch in bug 579808 does this.
Attachment #481052 -
Flags: review?(roc) → review+
(In reply to comment #0)
> This feels fairly forced, is there any reason why nsDisplayTransform doesn't
> inherit nsDisplayWrapList directly (or overload GetList())?
It's because the sublist isn't in the same coordinate system as the nsDisplayTransform.
| Assignee | ||
Comment 3•15 years ago
|
||
Fixed by bug 579808.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → matt.woodrow+bugzilla
You need to log in
before you can comment on or make changes to this bug.
Description
•