views:

25

answers:

0

In my complex AJAX web application I'm having problems with jQuery UI 1.8rc3 autocomplete sporadically not selecting items in a Dialogue window.

I'm not even sure of a good way to present the problem here. How would I easily present a complex problem that may be due to jquery styling or clashes with a lot of jquery effects in my AJAX code?

Update: I'm using the autocomplete entry to fire: "select" events from the jquery UI autocomplete and the select events are what are not getting fired sporadically. I want a select even to be triggered whenever the mouse or enter key is used to select an item (selecting the item triggers an action.)

On windows XP machines and Firefox 3.6/3.5 the select event will often fail. It appears tied to how fast the selection is made.