Open
Bug 422627
Opened 17 years ago
Updated 3 years ago
Better parity between texbox and editable treecell attributes
Categories
(Toolkit :: UI Widgets, enhancement)
Toolkit
UI Widgets
Tracking
()
UNCONFIRMED
People
(Reporter: mark.crutch+bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
XUL 1.9 adds functionality for individual treecells to be editable, however they do not appear to support many of the attributes that a textbox does. A "maxlength" attribute would perhaps be the most useful addition, but several other attributes that are available for textboxes would be useful on editable treecells. For example (and in no particular order):
* maxlength
* type (plus timeout, min, max, decimalplaces and so on, depending on what values are allowed for "type")
* empty and emptytext (or a corresponding "properties" value for emptytext)
* newlines (a subset of the options here - those that make sense for a single-line input field)
* Spellcheck
Reproducible: Always
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•