Closed
Bug 290152
Opened 20 years ago
Closed 20 years ago
Getelementsbytagname and getlementsbyname ins don´t return the correct changed values.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 189871
People
(Reporter: jar5, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 The getelementsbytagname and getlementsbyname instructions don´t return the correct changed values of an input type. In the page at http://www.alu.ua.es/j/jar5/prueba.html can be seen that when the value of an input is changed and we submit the form, the values displayed are the old and not the new typed. For example if an input has the value '3' and we change it to '4', when we submit the form, the getelementsbytagname get '3'. Reproducible: Always Steps to Reproduce: 1.use getelementsbytagname 2.try to get new values typed by the user 3. Actual Results: It doesn´t get the correct values. It works with Opera and Explorer browsers
Updated•20 years ago
|
Assignee: firefox → general
Component: General → DOM
OS: Windows 2000 → All
Product: Firefox → Core
QA Contact: general → ian
Hardware: PC → All
Version: unspecified → Trunk
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 189871 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•