jQuery's resizable() method is acting nuts -
i've been having lot of trouble taming resizable() method. had element had built, called "imgbox" contained img tag , img wanted make resizable. whole thing prepended "canvas" div, ended line:
.prependto('#canvas')).find('img').resizable(image_resizeops);
this worked fine firefox, chrome, , ie safari height resizable() method assigned ui_wrapper around img height of container canvas, i.e, height of #canvascontainer. if tried prepending #canvascontainer height assigned ui_wrapper height of container of canvascontainer, #wrapper. somehow parameters prepend part of chain getting mixed latter part of chain! decided couldn't trust values resizable() assigned ui_wrapper or img after call manually set ui_wrapper , img width , height wanted.
i'm wondering if resizable() has reputation misbehaving , if there guidelines out there.
thanks
Comments
Post a Comment