I think you may have to add the delay and handle the single click selection
yourself (which is as simple as):

$("#selectable > *").click(function() {
  $(this).addClass("ui-selected");
});

- Richard

On Thu, Mar 12, 2009 at 4:27 PM, Nibe <[email protected]> wrote:

>
> I can't get dblclick to fire on selectable items in FF 3 with ui 1.7.
> It works in IE 7. I tried adding a short delay but that broke single
> click selection. Anybody have any ideas on how to get dblclick events
> to fire?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to