Closed
Bug 541868
Opened 16 years ago
Closed 16 years ago
Hang [@ nsRegion::InsertInPlace] with position:fixed
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 541869
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: hang, testcase)
Attachments
(1 file)
|
252 bytes,
application/xhtml+xml
|
Details |
Hangs in this loop in nsRegion::InsertInPlace:
while (aRect->y == mCurRect->prev->y && aRect->x < mCurRect->prev->x)
mCurRect = mCurRect->prev;
In this hang, mCurRect->prev->prev == mCurRect, and it just keeps looping between the two.
| Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•