Closed
Bug 273911
Opened 20 years ago
Closed 20 years ago
javascript document.form[x].autocomplete = "value";
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 254341
People
(Reporter: lists, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 IE lets page authors dynamically set a form's autocomplete attribute using JavaScipt. This does not appear to work in FF. I'm not sure if this is a bug, but since javascript form submits do in fact seem to hook into the FF Autocomplete API, it would be useful if the autocomplete attribute could be mutated by javascript (especially for struts authors). Reproducible: Always Steps to Reproduce: 1. 2. 3.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 254341 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•