Closed Bug 538938 Opened 15 years ago Closed 15 years ago

<textbox readonly="false" /> renders textbox as readonly

Categories

(Core :: XUL, defect)

1.9.1 Branch
x86
All
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 118683

People

(Reporter: yak, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091221 Gentoo Firefox/3.5.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091221 Gentoo Firefox/3.5.6

A XUL textbox is always read-only if the "readonly" attribute is set, regardless of whether it's value is "true" or "false"

Reproducible: Always

Steps to Reproduce:
<textbox readonly="true" value="this cannot be modified" />
<textbox readonly="false" value="this value cannot be modified either" />
Actual Results:  
Both textboxes are rendered as read-only.

Expected Results:  
The first textbox should be read-only, the second one should not.
Version: unspecified → 1.9.1 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.