Open
Bug 432442
Opened 18 years ago
Updated 3 years ago
Allow some tree columns to be non-editable when tree is editable
Categories
(Toolkit :: UI Widgets, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: william.vanderpol, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
Build Identifier: XULRunner 1.9b4
In 1.8, xul trees were editable, but only checkboxes / cyclers. In 1.9 text is also editable which is great, but is some situations is not needed. We can already disable editing on cells individually, but I propose to be able to disable the whole columns edit ability on the <treecol /> element with an editable="false" attribute. This would apply to Content trees, and possibly other styles as well.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Updated•18 years ago
|
Flags: blocking1.9?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•