[jquery-ui] Re: height is always auto

2009-02-07 Thread Scott González
This is most likely because you're setting your height to have a lower value than the default minHeight (150). If you want the height to only be 50, you'll need to reduce the minHeight as well. Feel free to create a ticket for this as this is probably unexpected behavior. The minHeight should

[jquery-ui] Re: height is always auto

2009-02-06 Thread Scott González
The height is set on the element which you call .dialog() on; it is not set on the wrapper: div id=loaderContainer class=loader ui-dialog-content ui-widget- content style=display: block; height: 88px; min-height: 120px; width: auto; Are you actually experiencing a problem where your dialogs are