Skip to main content

Bug Tracker

Side navigation

#7121 closed bug ()

Opened October 06, 2010 06:48PM UTC

Closed November 11, 2010 11:09PM UTC

Form elements duplicated after ajax submit (on Firefox)

Reported by: stefania.dumitru Owned by:
Priority: undecided Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

I'm using Firefox (3.6.10) and ajax forms. After submitting the form for the first time, the elements inside the form appear to be duplicated.

All JQuery selectors that before the post returned one set of elements, after posting the form, they return the set duplicated. This only occurs the first time the form is submitted, on sequential submits the set remaining duplicated.

I tried several approaches but none successful. Even $.unique() method returns the duplicated set of elements.

On other browsers IE 7, Chrome, the problem cannot be reproduced.

Attachments (0)
Change History (3)

Changed October 06, 2010 09:28PM UTC by addyosmani comment:1

need: ReviewTest Case

Are you able to submit a test case that reproduces this problem?

It would really help if we could see the code setup you were testing with so that we can accurately evaluate what may be causing the problem (as this involves an Ajax call we may also need to test whether the issue is being caused by the file/output of the file your ajax request is calling or not.

Changed October 14, 2010 03:13AM UTC by snover comment:2

status: newpending

This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!

Changed November 11, 2010 11:09PM UTC by trac-o-bot comment:3

status: pendingclosed

Automatically closed due to 14 days of inactivity.