Closed
Bug 122153
Opened 23 years ago
Closed 23 years ago
scenario where no height on an element causes us to go into an infinite loop (infinite reflow?)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 121583
Future
People
(Reporter: sspitzer, Assigned: hyatt)
References
Details
I can make mozilla do the hokey pokey
see bug http://bugzilla.mozilla.org/show_bug.cgi?id=121566.
if I don't define a default height for the abResultsOutliner (the results pane
in the addressbook) in localstore.rdf, then it is really easy to force mozilla
into a wild infinite layout loop. (on linux, it makes the splitter jump up and
down like mad, on win32, the app will hang)
I've fixed 121566, but to reproduce it, do this:
create a new profile
launch addressbook, don't resize the window.
use the dom inspector and delete the height for the abResultsOutliner element.
add cards, one at a time. when you add the fourth, you should start dancing.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Reporter | ||
Comment 2•23 years ago
|
||
*** Bug 124530 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 3•23 years ago
|
||
note, this can cause #121566 on existing profiles.
Keywords: mailtrack
Comment 4•23 years ago
|
||
Marc is having a look in bug 121583. This affects Venkman too.
*** This bug has been marked as a duplicate of 121583 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•