Closed
Bug 393665
Opened 17 years ago
Closed 17 years ago
Crash [@ nsRect::nsRect] with <xul:treechildren style="display: block">
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: neil)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(2 files)
131 bytes,
application/vnd.mozilla.xul+xml
|
Details | |
1.23 KB,
patch
|
enndeakin
:
review+
roc
:
superreview+
roc
:
approval1.9+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 2•17 years ago
|
||
Oops, I forgot to null-check mColumnsFrame.
This seemed to be the simplest set of changes to fix the bug. It works because mColumnsFrame is never null if width is non-zero. The case that this doesn't consider is that mColumnsFrame is a scrollable frame with no scrollable view.
Attachment #278204 -
Flags: superreview?(roc)
Attachment #278204 -
Flags: review?(enndeakin)
Updated•17 years ago
|
Attachment #278204 -
Flags: review?(enndeakin) → review+
Attachment #278204 -
Flags: superreview?(roc)
Attachment #278204 -
Flags: superreview+
Attachment #278204 -
Flags: approval1.9+
Assignee | ||
Comment 3•17 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: xptoolkit.trees → xptoolkit.widgets
Updated•14 years ago
|
Crash Signature: [@ nsRect::nsRect]
You need to log in
before you can comment on or make changes to this bug.
Description
•