Index: modules/jquery.elastic/jquery.elastic.js =================================================================== --- modules/jquery.elastic/jquery.elastic.js (revision 113912) +++ modules/jquery.elastic/jquery.elastic.js (working copy) @@ -138,7 +138,7 @@ $textarea.bind('update', update); // Compact textarea on blur - $textarea.bind('blur',function(){ + $textarea.bind('mouseover',function(){ if($twin.height() < maxheight){ if($twin.height() > minheight) { $textarea.height($twin.height()); @@ -158,4 +158,4 @@ } }); -})(jQuery); \ No newline at end of file +})(jQuery);