Closed
Bug 420709
Opened 18 years ago
Closed 15 years ago
document.forms doesn't contain form refreshed by an AJAX request
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 417482
People
(Reporter: mischenkogv, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-07-30])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080218 BonEcho/2.0.0.12
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080218 BonEcho/2.0.0.12
After form rerender the array document.forms don't
contain this form, but the array of document.getElementsByTagName('form') has
all forms.
Reproducible: Always
Steps to Reproduce:
1.Deploy war on Tomcat 6.0 .
2.Go to page http://localhost:8081/bugTesting .
3.Alert show that document.forms contains "mainForm" and "anotherForm".
4.Click on "send" button.
5.Oncomplete event alert show that document.forms doesn't containt "mainForm",
but document.getElementsByTagName('form') contains it.
Actual Results:
document.forms doesn't contain all forms which was rerendered by Ajax request
Expected Results:
document.forms should contain all forms which was rerendered by Ajax request
This bug I created because of I didn't get any comment on my comment in bug 417482 . Please take me an answer, this bug will be fixed or not, and If yes - when?
Comment 1•15 years ago
|
||
Please don't file duplicate bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Whiteboard: [CLOSEME 2010-07-30]
Version: unspecified → 2.0 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•