Dialog title bar not sized correctly in IE when width: 'auto' applied to dialog.
I am using jQuery UI 1.7.
The title bar in the dialog is not being sized correctly in IE when
the dialog is initialized with width: 'auto'. It is compressed down
to the length of the title text and then overlaid by the close button.
As soon as you give the dialog an explicit width, the problem goes
away and the title bar is sized correctly.
Anyone else seen this?
Is the problem ticketed and / or resolved?