Open Bug 393083 Opened 17 years ago Updated 2 years ago

Forms submitted quickly posts some fields blank

Categories

(Core :: DOM: Core & HTML, defect)

1.8 Branch
x86
Windows XP
defect

Tracking

()

UNCONFIRMED

People

(Reporter: jkidwell, Unassigned)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
Build Identifier: 2.0.0.6

Our CMS builds form pages with several tabbed sections, totaling about 150 form elements. Some are in hidden divs. If a client submits the form as soon as the button is painted, some of the fields in the form are blank. If you wait for the 'loading icon' to finish spinning and submit, all fields post correctly. We verified the bug repeated 5 times in a row, and verified that waiting for the icon worked correctly 5 times in a row.

Reproducible: Always

Steps to Reproduce:
1. load a prepopulated form - ours has about 100 fields with a large, javascript div-based WYSIWYG editor in the middle.
2. save the form as soon as the save button shows (it is at the top)
3. observe the form post values (many are not included)
Actual Results:  
The fields were not posted. That is, they were not included in the request back to the server.

Expected Results:  
Post the fields.
Component: Form Manager → HTML: Form Submission
Product: Firefox → Core
QA Contact: form.manager → form-submission
Version: unspecified → 1.8 Branch
Component: HTML: Form Submission → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.