Closed
Bug 451584
Opened 17 years ago
Closed 17 years ago
XUL attribute readonly disables textbox even if set to false
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 118683
People
(Reporter: bugzilla, Assigned: jag+mozilla)
Details
Attachments
(1 file)
576 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
A XUL textbox element with its readonly attribute set to false will still not be editable.
Reproducible: Always
Steps to Reproduce:
1. Create a textbox element in a XUL-Window
2. Add the attribute readonly="false"
3. Try to edit the contents
Actual Results:
Content not editable.
Expected Results:
Content should be editable.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•