Resizable Limitations
Resizable Limitations
All,
While working with resizable this afternoon, I stumbled upon a
surprising limitation/error; width, height, top and left are all set
during a resize, regardless of which handle is used to do the
resizing.
The scenario:
Using resizable to create a 's' handle to vertically resize a
container div around another element. (In this case, around a table of
data) I'm also using a fluid panel design for the site. Because the
container has been assigned a set width, the overflow properties are
no longer behaving as expected.
Ideally, if the 's' handle was used, only height would be effected. I
can work around this by removing setting $().css({width:''}) (as top
and left have no real bearing in this situation) but that's not really
ideal. The 'S' handle has no business setting top, left or width,
unless of course, one of the options which effect those properties is
set.
Please discuss my findings.
Thanks,
Andrew