Closed
Bug 125597
Opened 24 years ago
Closed 24 years ago
[0.9.4 branch] 'readonly' attribute of INPUT not working
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: christinehoff4, Assigned: kinmoz)
Details
(Keywords: regression)
Attachments
(4 files)
Testing on the following:
Mfcembed 02_05_22_0.9.4ec
Netscape trunk 02_12_02_trunk
Open the attached HTML and XHTML testcases.
The INPUT element has a 'readonly' attribute for 'text' and 'password'.
Expected behavior: The 'readonly' attribute should prohibit changes to the control
Actual behavior: Works in a current trunk build but it is a REGRESSION in the
0.9.4ec Mfcembed branch build
Regression applies to HTML and XHTML.
| Reporter | ||
Updated•24 years ago
|
QA Contact: madhur → chrisd
| Reporter | ||
Comment 2•24 years ago
|
||
| Reporter | ||
Comment 3•24 years ago
|
||
| Reporter | ||
Comment 4•24 years ago
|
||
| Reporter | ||
Comment 5•24 years ago
|
||
| Reporter | ||
Comment 6•24 years ago
|
||
This happens with textarea_readonly as well.
| Reporter | ||
Comment 7•24 years ago
|
||
Nominating for EDT to keep on compass - regression on branch
Keywords: edt0.9.4
Comment 8•24 years ago
|
||
I think this is a dup?
All these tests work for me in today's build with win2k. I you need to re-open
assign to kin.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 9•24 years ago
|
||
Minusing for 094. Comment as appropriate.
| Reporter | ||
Comment 10•24 years ago
|
||
Tested on 04_03_16_trunk mfcembed build. Still seeing this problem. Reopening bug
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Summary: 'readonly' attribute of INPUT not working → [0.9.4 branch] 'readonly' attribute of INPUT not working
Comment 13•24 years ago
|
||
This is serious. It's allowing people to change the conents of readonly input
elements on the form, which is unacceptable. A common practice is to use
readonly fields to show data that is collected from other user actions. If the
user can then edit that field that is supposed to be readonly, then the screen's
display is now out of sync with the collected data. If the readonly field is
looked at by the server, it can be a security issue because the user can just
put anything into that field.
Please change the severity of this bug to critical and see if we can get it
fixed ASAP.
I'm using 1.1 alpha (1.1 beta crashes too often for me).
Comment 14•24 years ago
|
||
I am resolving this as "worksforme" since I am unable to reproduce the problem
on my mozilla debug build (trunk) from 2 days ago.
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•