Closed
Bug 382746
Opened 17 years ago
Closed 17 years ago
"ASSERTION: Lists not the same length" with XUL grid
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: neil)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
(deleted),
application/vnd.mozilla.xul+xml
|
Details | |
(deleted),
patch
|
enndeakin
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: Lists not the same length.: 'Not Reached', file /Users/jruderman/trunk/mozilla/layout/xul/base/src/nsSprocketLayout.cpp, line 347
Updated•17 years ago
|
Flags: blocking1.9?
Assignee | ||
Comment 1•17 years ago
|
||
// If we encounter a completely bogus box size, we just leave this child completely
// alone and continue through the loop to the next child.
if (childBoxSize->bogus)
{
childComputedBoxSize = childComputedBoxSize->next;
childBoxSize = childBoxSize->next;
count++;
x = nextX;
y = nextY;
continue;
}
Except we don't actually continue to the next child...
Assignee | ||
Comment 2•17 years ago
|
||
As far as I can tell from the grid code, a bogus box size still has a child.
Assignee: nobody → neil
Status: NEW → ASSIGNED
Attachment #267002 -
Flags: superreview?(bzbarsky)
Attachment #267002 -
Flags: review?(enndeakin)
Updated•17 years ago
|
Attachment #267002 -
Flags: review?(enndeakin) → review+
Comment 3•17 years ago
|
||
Comment on attachment 267002 [details] [diff] [review]
Proposed patch
Sure.
Attachment #267002 -
Flags: superreview?(bzbarsky) → superreview+
Assignee | ||
Comment 4•17 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite?
Updated•17 years ago
|
Flags: blocking1.9?
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•