javascript - Problem with onblur="submit" when using TinyMCE with JEditable -


i'm trying use tinymce jeditable, per samspeak's blog post.
i'm running small annoying problem.

i set onblur="submit" in jeditable's settings. behavior expect (and want) user clicks away editor, editor submits new data (in case, function).

the problem is, happens first time user clicks away. other time user clicks on editor, submits when click "submit" button.

edit: after bit of digging, looks problem jeditable puts "onblur" event on textarea created initially, gets "hidden" tinymce when doing "mceaddcontrol".

not sure how can fix this, without messing around jeditable's code.

thanks,
edan


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -