Closed
Bug 462465
Opened 16 years ago
Closed 16 years ago
innerHTML does not reflect changed input values
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 159282
People
(Reporter: sean.hsien, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
The innerHTML of a <div> with an embedded form reflects the original values of input fields even if they are changed on screen.
Reproducible: Always
Steps to Reproduce:
1. have an input with original value of "1"
2. change value of the input field to "2"
3. get innerHTML from surrounding div (have not tried with other tags)
Actual Results:
innerHTML reflects original input value of "1" rather than new value of "2"
Expected Results:
"2"
Updated•16 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•