The only solution I've found is to set the max and min heigth or width with the current value.
Example:
foo.resizable({
maxHeight: foo.height(),
minHeight: foo.height()
});
But this is really uggly, specially if I have to change the elements height progammatically.
Sorry for my bad english, thanks in advance.
Diego