Closed
Bug 1284
Opened 26 years ago
Closed 26 years ago
Form input element default value not being set
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jeremie, Assigned: karnaze)
References
()
Details
<FORM><INPUT TYPE="text" NAME="test" VALUE="test"></FORM>
The text "test" is not displayed within the input field on the page, nor is it
accessible to javascript. Using a 10-31 build.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
This was fixed some time ago. The bug does not give an example of javascript
changing the text value, but I think should be fixed as well.
Comment 2•26 years ago
|
||
Verified using 12.1.98 build (xpviewer) on Win NT 4 SP3 & Win98 that the form
value is properly set for the example provided.
Don't presently speak JavaScript; jeremie or karnaze, might either of you mind
checking the JavaScript case on this one?
(Leaving "Resolved" in the interim.)
Updated•26 years ago
|
QA Contact: 4079
verified in 3/1 build. I see "test" in the form field as initial string..
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•