Closed Bug 691624 Opened 13 years ago Closed 13 years ago

Falling leaves demo regressed, leaves disappear early

Categories

(Core :: Layout, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 656875

People

(Reporter: mattwoodrow, Assigned: ehsan.akhgari)

References

()

Details

Regression range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=cb4b93331e4f&tochange=7558f15d824

The leaves are being deleted much earlier than expected.

It looks like we still have the ImageFrames and surrounding BlockFrames, but we never create display items for the missing images.
We usually only have around 4 nsDisplayImages, when there should be close to 30.

It looked like it was bailing out in nsFrame.cpp:1891 (the dirty rect intersection).
This is fixed by the patch in bug 656875
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Assignee: nobody → ehsan
You need to log in before you can comment on or make changes to this bug.