I just fixed this in SVN.  The problem should go away with 1.6rc6
(being released tomorrow, final release this weekend).

On Jan 21, 1:20 pm, Jeoff Wilks <[email protected]> wrote:
> This is the same problem I encountered... I created a ticket 
> athttp://ui.jquery.com/bugs/ticket/3901
>
> On Tue, Jan 20, 2009 at 2:55 AM, Goonoo Kim <[email protected]> wrote:
> > Using JQuery UI 1.6rc5 and jQuery 1.3:
>
> > The following example doesn't work in IE6.
>
> > <!-- height of content is over than 150 -->
> > <div id="dialog">
> >  <p>blah blah</p>
> > <p>blah blah</p>
> > <p>blah blah</p>
> > <p>blah blah</p>
> > <p>blah blah</p>
> > <p>blah blah</p>
> > <p>blah blah</p>
> > <p>blah blah</p>
> > <p>blah blah</p>
> > </div>
>
> > <script type="text/javascript">
> > $("#dialog").dialog({minHeight: 150}); // minHeight as default
> > </script>
>
> > In above case, 454 Line of jQuery UI Dialog 1.6rc5 got error on IE6.
>
> > this.element
> >     .css({
> >         minHeight: *options.minHeight - nonContentHeight*, // this seems a
> > negative number.
> >         height: options.height == 'auto'
> >             ? 'auto'
> >             : options.height - nonContentHeight
> >     });
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to