Open
Bug 699360
Opened 14 years ago
Updated 3 years ago
"ASSERTION: Our frame tree is likely to be bogus!" with transition, "transform-style: preserve-3d"
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
No description provided.
Reporter | ||
Comment 1•14 years ago
|
||
![]() |
||
Comment 2•14 years ago
|
||
So what happens here is that somewhere between the restyle processing and the style flushing the <span> ends up with a style context that has no transform at all. Then we do the reflow, reparent, and end up with a "transform: translatey(0)" (because of the transition).
So the real question is why we end up with a style context that doesn't include the transition rule there, right? David, any idea what's going on here?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•