[jQuery] Re: jEditable, onblur and submit issue

2009-12-11 Thread Ben DeMott
If you bind the editable on the fly as the click occurs - Some browsers have concurrency issues. Interestingly enough a similar issue occurs with Jquery Autocomplete Plugin - but this issue is caused by the fact the author used a setTimeout() in the initialization of the plugin - I'm not sure if

[jQuery] Re: jEditable, onblur and submit issue

2009-12-02 Thread rymi...@gmail.com
An update to my original e-mail: I have ascertained that the behaviour is exhibited only in WebKit browsers. IE and Firefox are fine, but Chrome and Safari don't work.