Closed
Bug 9573
Opened 25 years ago
Closed 25 years ago
[treewidget] Parent content should not be NULL!
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: waterson, Assigned: hyatt)
Details
Oh this is so evil. You are going to hate me.
I'm hitting the above NS_ERROR at line 295 in nsTreeRowGroupFrame.cpp when
doing the following:
1. Start apprunner. It should boot with www.mozillazine.org as the homepage.
2. Open the sidebar.
3. Open the "Related Links" folder and wait for the related links to stream in.
4. Scroll down about 1/2 way through the related links.
5. Browse to a different location; e.g., www.mozilla.org. Watch the related
links change.
6. Scroll back up through the related links. Clicking on the "up" arrow a
couple of times should cause you to hit the assert.
Related links removes all of the elements from the folder, and then
re-populates when you browser to a new location. I'm sure that this is doing
something evil to your state.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Based on engineers remarks, verifying bug dup
You need to log in
before you can comment on or make changes to this bug.
Description
•