[jquery-ui] Problems with Jquery UI Dialogs

2009-08-13 Thread KevinM2k
Hi, I seem to be constantly running in to problems with the UI Dialog, using the latest versions of jquery. The close dialog intermittently stops working, and the height of the dialog seems to change especially in IE8 when opened multiple time, I am using the following javascript functions to ma

[jquery-ui] Re: Dialog Issues on Rc6 and IE

2009-02-23 Thread KevinM2k
Hi, I think I may have come across the problem, I found the code: var nonContentHeight = this.uiDialog.css({ height: 'auto', width: options.width }) .height();

[jquery-ui] Re: Jquery 1.6rc6 Dialog Boxes Internet Explorer Bugs

2009-02-21 Thread KevinM2k
I'll have to wait until monday now, but i'll take some screenshots and post a msg here with the location of them. Kev On 20 Feb, 18:16, Scott González wrote: > Hi Kevin, > > All of our demos work fine in IE, can you post a page showing these > problems? > > On Feb

[jquery-ui] Dialog Issues on Rc6 and IE

2009-02-20 Thread KevinM2k
Hi, I have a dialog opened with the following code: function openDialog(title,node,x,y) { $('#'+node).dialog({ width : x, modal : true, autoOpen:false, resizable: false, closeOnEscape: true,

[jquery-ui] Jquery 1.6rc6 Dialog Boxes Internet Explorer Bugs

2009-02-20 Thread KevinM2k
Hi, I'm using JQuery 1.6rc6, and I am attempting to create dialog boxes which I had no trouble with using 1.5 and have no trouble with in Firefox, the problem is when it comes to Internet explorer (6 ro 7), there are 4 main problems these are listed below. Firstly I will give the code i'm using