In .../examples/ajax_example/autotextfields when you select both 'Ask me my first name' and ' Ask me my last name ' very fast, it is generating only one textfield. To achieve this bug, in this example you need to select very very fast, but I have bigger form and on select it is loading longer... This is very confusing for users and big problem for my project. Have you suggestions how to fix that?

Comments

darrenwh’s picture

A better way to replicate this issue is to call this jQuery command in the browser console:
jQuery('#edit-ask-last-name,#edit-ask-first-name').click().change()
Irrespective of the order of the ID's the first name will generally be omitted.

jungle’s picture

Status: Active » Fixed

No activity for over 8 years. I am closing this. Please feel free to reopen if necessary.

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.