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
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();
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
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,
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