Closed
Bug 9524
Opened 26 years ago
Closed 26 years ago
[treewidget] assertions when closing folder
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: waterson, Assigned: hyatt)
References
()
Details
(Whiteboard: Pending verification from reporter)
To reproduce:
1. Load the above URL in viewer.
2. Close the "Bookmarks" folder (first row).
3. You'll get seven or eight assertions at
http://lxr.mozilla.org/seamonkey/source/layout/html/table/src/nsTableFrame.cpp#
612
Because aRowIndex == 1 and GetRowCount() == 1.
These seem to be "benign": things work fine because the next line returns if
the condition isn't met.
I'm not going to include a stack trace, because it's huge, but you can look up
and see the nsRDFGenericBuilder::CloseWidgetItem() is on the stack, and it's
attempting to remove the very last TREEITEM from the TREECHILDREN group.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Comment 1•26 years ago
|
||
waterson, is this still happening?
Reporter | ||
Comment 2•26 years ago
|
||
I'm not seeing this anymore. You must've fixed it, stud puppy.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Stud puppy is marking fixed then.
Updated•26 years ago
|
Whiteboard: Pending verification from reporter
Comment 4•26 years ago
|
||
waterson@netscape.com: Please verify this as fixed - I am unable to do so.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•