Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2010-06-15 15:39:57

ronaktal
New member
Registered: 2010-06-15
Posts: 3

IE 8 jquery dialog issue

Hi thanks for any help~

Using IE 8 if I open a Jquery dialog box I cannot move the dialog.

The dialog opens fine and can be closed. Once the remove Xinha the code works fine - not sure what to do ?

Xinha v 0.95 but reproducible in 0.96.1

code is below:

        $('#demo1').dialog({
            autoOpen: false,
            width: 400,
            height: 400,
            resizable:'false',
            buttons: { "Close": function() { $(this).dialog('close'); } }
        });

        $('#demo1').dialog('open');


with div id = demo1.

Thanks again

Last edited by ronaktal (2010-06-15 15:40:42)

Offline

#2 2010-06-15 21:28:24

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: IE 8 jquery dialog issue

Probably a CSS or similar conflict.  Inspect the DOM to see what is going on.


James Sleeman

Offline

#3 2010-06-15 21:46:34

ronaktal
New member
Registered: 2010-06-15
Posts: 3

Re: IE 8 jquery dialog issue

Hi,

Thanks for the quick reply; after playing with the jquery source this seems the error only happens with the new Jquery 1.4.2 making there is some conflict with xinha IE and 1.4.2 jquery with event binding (posted in the jquery forum)

will follow-up thanks - meanwhile not sure how to make the two compatible?

Offline

Board footer

Powered by FluxBB