Closed
Bug 412439
Opened 17 years ago
Closed 15 years ago
When submitting this form, I am not getting <select name="country"> and <select name="city"> names/values in result, it's ajax loaded data in 2 divs
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: kg, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-07-30])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
When I am trying to submit this form (with some simple input fields and 2 divs which contains data from ajax request (select fields)) I am getting only:
array
'login' => string ''
'firstname' => string ''
'surname' => string ''
'patronymic' => string ''
'sex' => string ''
'age' => string ''
But I must get:
array
'login' => string ''
'firstname' => string ''
'surname' => string ''
'patronymic' => string ''
'sex' => string ''
'age' => string ''
'country' => string '1'
'city' => string 'data'
when country and city are chosen, and:
array
'login' => string ''
'firstname' => string ''
'surname' => string ''
'patronymic' => string ''
'sex' => string ''
'age' => string ''
'country' => string 'data'
when city field is empty
I pasted just a html output of my script which handles some ajax requests, but such form doesn't being submitted correctly.
Reproducible: Always
Steps to Reproduce:
1. save form html from pastebin
2. write some handler to get post data from form
3. analyze
Actual Results:
See details
Expected Results:
See details
Comment 1•15 years ago
|
||
This bug was originally reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.6 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Whiteboard: [CLOSEME 2010-07-30]
Version: unspecified → 2.0 Branch
Comment 2•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.8 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•