[jQuery] Re: Odd dialog bug

2009-01-24 Thread François
2009/1/24 Richard D. Worth > Are you testing the latest preview release of jQuery UI, 1.6rc5, with > jQuery 1.3? I am. Notwithstanding this difficulty, I'm very pleased with jQuery. An excellent framework. If so, and the issue is present there, please enter a ticket here > http://ui.jquery

[jQuery] Re: Odd dialog bug

2009-01-24 Thread Richard D. Worth
Are you testing the latest preview release of jQuery UI, 1.6rc5, with jQuery 1.3? If so, and the issue is present there, please enter a ticket here http://ui.jquery.com/bugs/newticket (note: requires registration) Also note, there is a jQuery UI mailing list: http://groups.google.com/group/jquer

[jQuery] Re: Odd dialog bug

2009-01-24 Thread Kostrowsky
Tried a few Doctypes, to no avail. Thanks for the suggestion. I'm fine with negative values, but in the line in question, it's the property minHeight that is set to either -47px or -23px. Quite a minHeight! It seems to me the UI framework has some difficulty calculating the actual height of th

[jQuery] Re: Odd dialog bug

2009-01-24 Thread jay
I've used negative values on IE7 before.. Is a different DOCTYPE possible? On Jan 24, 7:42 am, Mike Alsup wrote: > > $('#' + popupId).dialog({ > >                                 autoOpen:               true, > >                                 resizable :     false, > >                        

[jQuery] Re: Odd dialog bug

2009-01-24 Thread Mike Alsup
> $('#' + popupId).dialog({ >                                 autoOpen:               true, >                                 resizable :     false, >                                 bgiframe :              true, >                                 position :              [pos['x'], pos['y']], >