Closed
Bug 397135
Opened 18 years ago
Closed 18 years ago
tree._ensureColumnOrder dies if no columns are defined
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
People
(Reporter: mnyromyr, Assigned: mnyromyr)
References
Details
Attachments
(1 file, 1 obsolete file)
1.87 KB,
patch
|
Gavin
:
review+
sayrer
:
approval1.9+
|
Details | Diff | Splinter Review |
DOM-Manipulating a <tree> without any <treecol> elements (yet) results in:
JavaScript error: chrome://global/content/bindings/tree.xml, line 134: this.columns has no properties
Attachment #281909 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → mnyromyr
Attachment #281909 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #281929 -
Flags: review?(gavin.sharp)
Attachment #281909 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•18 years ago
|
Blocks: prefpane_migration
Updated•18 years ago
|
Attachment #281929 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 2•18 years ago
|
||
Comment on attachment 281929 [details] [diff] [review]
better fix
Asking approval for simple null pointer check.
Attachment #281929 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #281929 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 3•18 years ago
|
||
Landed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•