[Resizable] not working on hidden elements, and "destroy" change size
Hi,
I'm invoking resizable like this :
$(function() {
$(".resizable").resizable();
});
And i'm using it on multiple "textarea" elements.
Some of them are hidden by default (in tabs, but not jquery tabs, they
are in a big div in display:none)
And when i show this div, my resizable textarea elements are completly
hidden. (or maybe juste 0px 0px ) ...
Another bug,
I tried to implement "resizable" on focus and detroy it on blur, but
when i call "detroy" , my textarea will get a little bigger, so if i
succeively blur, focus, blur, focus, ... it won't keep increasing it's
size , even larger than maxWidth
Hope this feedback can help :)