Dialog height + minHeight

Dialog height + minHeight

Dialog has height and minHeight options.  The minHeight was originally added for resizable dialogs, but is now being enforced via CSS as well (in supported browsers).  The default values are minHeight: 150, height: 'auto'.  There have been a lot of confused users asking why their dialogs display larger than they want when they set the height to something less than 150.  I've suggested in a jquery-ui thread that the behavior should be modified so that minHeight is never larger than the specified height.  There is now a ticket for this ( <a href="http://dev.jqueryui.com/ticket/4101"> http://dev.jqueryui.com/ticket/4101</a> ).  Does anyone have any objections to this change?