Closed
Bug 270088
Opened 20 years ago
Closed 20 years ago
if you click on a disabled form element (like input type=text readonly), it will show a dropdown with previously-used values
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: winston, Assigned: dveditz)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040917 Firefox/0.9.3 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040917 Firefox/0.9.3 You can enter a value in a readonly text form field by clicking on it and selecting from a dropdown containing previously used items. Reproducible: Always Steps to Reproduce: 1. Make a read only form field and submit button page 2. Enter some values in it and submit a few times 3. Now click it and you will see that it will show you a dropdown with your previous entries, and you can select one.. it will put it in the box Actual Results: It shows the dropdown and I can select a value and submit Expected Results: Software should not let me fill in a readonly form field E-mail me if you want me to set up a demonstration -- winston@seattlesoft.com
Comment 1•20 years ago
|
||
Please attach a page showing the problem to this bug report using https://bugzilla.mozilla.org/attachment.cgi?bugid=270088&action=enter
Assignee: form-submission → dveditz
Component: HTML: Form Submission → Form Manager
| Assignee | ||
Comment 2•20 years ago
|
||
Firefox has a different form filler. I can confirm in 0.9.1
Status: UNCONFIRMED → NEW
Ever confirmed: true
Product: Core → Firefox
| Assignee | ||
Comment 3•20 years ago
|
||
But WFM in 1.0 testcase (submits to google): data:<form%20action="http://www.google.com/search?"><input%20name=q%20readonly><input%20type=submit></form>
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•