Stop form hiding while blur or change window in best_in_place:
just copy and paste below script in layout -
$(document).on('blur', '.best_in_place', function(){
$(this).find("textarea").bind('blur', false);
})
just copy and paste below script in layout -
$(document).on('blur', '.best_in_place', function(){
$(this).find("textarea").bind('blur', false);
})