Closed
Bug 36106
Opened 25 years ago
Closed 25 years ago
Read only/disabled attributes not working in INPUT/TEXTAREA elements.
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
People
(Reporter: chrispetersen, Assigned: rubydoo123)
References
()
Details
Attachments
(3 files)
Build: 2000041706
Platforms: All
Expected Results: The READONLY attribute prevents the input element from being edited.
What I got: The user can modify the content of the field.
Steps to reproduce:
1) Open the url in NS6.
2) A input field appears with teh word "hello".
3) Click the mouse in the field and start typing.
4) Characters are being allowed in the field.P
Reporter | ||
Updated•25 years ago
|
QA Contact: ckritzer → petersen
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Summary: Read only attribute not supported in INPUT element. → Read only attribute not supported in INPUT/TEXTAREA elements.
Reporter | ||
Comment 3•25 years ago
|
||
Disabled is another attribute that is not working properly either. If you click in a field that has been assigned this disable attribute and start typing, you will see the characters appear in this field. .
Summary: Read only attribute not supported in INPUT/TEXTAREA elements. → Read only/disabled attributes not working in INPUT/TEXTAREA elements.
Reporter | ||
Comment 4•25 years ago
|
||
Comment 6•25 years ago
|
||
*** This bug has been marked as a duplicate of 7124 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•