I'm having trouble with sortable and the blur event. I have a pretty standard sortable setup with a <ul> populated with <li>s that are sortable. I have attached a 'click' event handler to <li> that initiates an "edit-in-place" textfield. That works fine. However, I have a blur event handler registered with the edit-in-place textfield that reverts the textfield to text. The blur event handler works fine if I click somewhere on the page other than the <ul>. If I click somewhere inside the <ul> (ie. on one of the other <li> elements), the blur event is not fired. It appears that sortable is "swallowing" the blur event.
Any idea how to fix this? Any help is greatly appreciated. -Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
