jQuery Dialog ignoring custom CSS

mrpaint

New Member
I recently upgraded to jQuery 1.8 (yes I know they're already at 1.9) and I was frustrated to find the style for all my dialogs was broken. It turns out that the minWidth attribute is no longer being interpreted correctly. Before it used to wrap your dialog in a dynamically created div with a style attribute of "min-width". Now it uses "width", which effectively overrides whatever width you've set on the child element.Is this a bug, or am I missing something? I don't understand why minWidth wouldn't output a min-width CSS attribute.
 
Back
Top