jQuery: The Write Less, Do More JavaScript Library

Dialog error in Internet Explorer 6

View: New views
20 Messages — Rating Filter:   Alert me  

Dialog error in Internet Explorer 6

by smurkas-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello. When I use the dialog in jquery UI I get an error in explorer
6. The dialog still works and behaves normally, but it seems to put a
stop to some of my scripts.The error is on line 1120 and the debugger
says invalid argument. I used Microsofts script debugger to make sure
and it dumped me on line 1120 of the jquery-1.2.6.js file, not one of
the UI files. The line the debugger points to is:

elem[ name ] = value;

This seems to be part of the larger attr: function( elem, name,
value ) {} but I'm no javascript expert so I could very well be wrong.

I get this error whatever I do, even if I just do the basic

$(document).ready(function() {
$('#dialogTest').dialog();
});

Of course there are no problems in firefox or safari which are the
only two other browsers I have tested so far. The link below leads to
my web server where I have put up the most basic version of the
dialog. Does anyone else get the same error in IE 6?

I have put up a page here: http://www.ad-vis.com/functional/dialog.html

Kindly, Marcus.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by Andar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello,

I had the same kind of problem with my own file inside Internet
Explorer 7.
When I follow your link, the same problem happen.  So I think the
problem concern all version of IE.
I also have found a second problem. When I try to resize the dialog
window, the dialog window jump down to another position everytime I
try to resize the dialog box.

I'm still looking to find a way to deal with this.

Cordially,

Andar


On 5 juil, 20:58, smurkas <Marcus.Dalg...@...> wrote:

> Hello. When I use the dialog in jquery UI I get an error in explorer
> 6. The dialog still works and behaves normally, but it seems to put a
> stop to some of my scripts.The error is on line 1120 and the debugger
> says invalid argument. I used Microsofts script debugger to make sure
> and it dumped me on line 1120 of the jquery-1.2.6.js file, not one of
> the UI files. The line the debugger points to is:
>
> elem[ name ] = value;
>
> This seems to be part of the larger attr: function( elem, name,
> value ) {} but I'm no javascript expert so I could very well be wrong.
>
> I get this error whatever I do, even if I just do the basic
>
> $(document).ready(function() {
> $('#dialogTest').dialog();
>
> });
>
> Of course there are no problems in firefox or safari which are the
> only two other browsers I have tested so far. The link below leads to
> my web server where I have put up the most basic version of the
> dialog. Does anyone else get the same error in IE 6?
>
> I have put up a page here:http://www.ad-vis.com/functional/dialog.html
>
> Kindly, Marcus.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by lionstone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, I also have the same issue for both IE6 and IE7...Looking for a fix...

Andar wrote:
Hello,

I had the same kind of problem with my own file inside Internet
Explorer 7.
When I follow your link, the same problem happen.  So I think the
problem concern all version of IE.
I also have found a second problem. When I try to resize the dialog
window, the dialog window jump down to another position everytime I
try to resize the dialog box.

I'm still looking to find a way to deal with this.

Cordially,

Andar


On 5 juil, 20:58, smurkas <Marcus.Dalg...@gmail.com> wrote:
> Hello. When I use the dialog in jquery UI I get an error in explorer
> 6. The dialog still works and behaves normally, but it seems to put a
> stop to some of my scripts.The error is on line 1120 and the debugger
> says invalid argument. I used Microsofts script debugger to make sure
> and it dumped me on line 1120 of the jquery-1.2.6.js file, not one of
> the UI files. The line the debugger points to is:
>
> elem[ name ] = value;
>
> This seems to be part of the larger attr: function( elem, name,
> value ) {} but I'm no javascript expert so I could very well be wrong.
>
> I get this error whatever I do, even if I just do the basic
>
> $(document).ready(function() {
> $('#dialogTest').dialog();
>
> });
>
> Of course there are no problems in firefox or safari which are the
> only two other browsers I have tested so far. The link below leads to
> my web server where I have put up the most basic version of the
> dialog. Does anyone else get the same error in IE 6?
>
> I have put up a page here:http://www.ad-vis.com/functional/dialog.html
>
> Kindly, Marcus.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to jquery-ui-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: Dialog error in Internet Explorer 6

by lionstone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, I also have the same issue...Looking for a fix as well...
smurkas-2 wrote:
Hello. When I use the dialog in jquery UI I get an error in explorer
6. The dialog still works and behaves normally, but it seems to put a
stop to some of my scripts.The error is on line 1120 and the debugger
says invalid argument. I used Microsofts script debugger to make sure
and it dumped me on line 1120 of the jquery-1.2.6.js file, not one of
the UI files. The line the debugger points to is:

elem[ name ] = value;

This seems to be part of the larger attr: function( elem, name,
value ) {} but I'm no javascript expert so I could very well be wrong.

I get this error whatever I do, even if I just do the basic

$(document).ready(function() {
$('#dialogTest').dialog();
});

Of course there are no problems in firefox or safari which are the
only two other browsers I have tested so far. The link below leads to
my web server where I have put up the most basic version of the
dialog. Does anyone else get the same error in IE 6?

I have put up a page here: http://www.ad-vis.com/functional/dialog.html

Kindly, Marcus.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to jquery-ui-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: Dialog error in Internet Explorer 6

by Scott González :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


This sounds like it's related to ticket #3086 which was fixed
yesterday.  Please try the latest version from SVN (requires
ui.core.js and ui.dialog.js) and see if the problem is gone.


On Jul 5, 2:58 pm, smurkas <Marcus.Dalg...@...> wrote:

> Hello. When I use the dialog in jquery UI I get an error in explorer
> 6. The dialog still works and behaves normally, but it seems to put a
> stop to some of my scripts.The error is on line 1120 and the debugger
> says invalid argument. I used Microsofts script debugger to make sure
> and it dumped me on line 1120 of the jquery-1.2.6.js file, not one of
> the UI files. The line the debugger points to is:
>
> elem[ name ] = value;
>
> This seems to be part of the larger attr: function( elem, name,
> value ) {} but I'm no javascript expert so I could very well be wrong.
>
> I get this error whatever I do, even if I just do the basic
>
> $(document).ready(function() {
> $('#dialogTest').dialog();
>
> });
>
> Of course there are no problems in firefox or safari which are the
> only two other browsers I have tested so far. The link below leads to
> my web server where I have put up the most basic version of the
> dialog. Does anyone else get the same error in IE 6?
>
> I have put up a page here:http://www.ad-vis.com/functional/dialog.html
>
> Kindly, Marcus.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by ktpmm5-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Would upgrading to 1.2.7pre fix this?  I'm having a similar problem in
IE7, though Ican't get my dialog to show at all.

I get invalid argument on line 23, and then it highlights the data
below in 1.2.6.min

elem[name]=value;

I'm figuring that this means the data being returned from my ajax call
is either corrupt or not being handled correctly (??).  I've got
Fiddler2 running and in the Session Inspector the Text View of the
response seems to return valid data:

{
page: 1,
total: 4,
rows: [
{cell:['2Lorraine','2Johnson','','','lorraine@...','First
Half']},
{cell:['2Collee','2Razzy','222-222-2323','','twocoll@...','First
Half']},
{cell:
['2Kathy','2Smith','222-222-2222','222-222-2222','two@...','Second
Half']},
{cell:
['2Joanne','2Target','304-333-2343','','joanne@...','Entire
Game']}]
}

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by Richard D. Worth-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Even though the error is taking you into jQuery, the problem is in ui.core.js and ui.dialog.js, as Scott said. 1.2.6 should be fine, but you'll need to grab the svn versions of the UI files here:

http://ui.jquery.com/bugs/browser/trunk/ui/ui.core.js
http://ui.jquery.com/bugs/browser/trunk/ui/ui.dialog.js

See download links at the bottom of the page.

- Richard

On Thu, Jul 17, 2008 at 5:09 PM, ktpmm5 <pixelcraft5@...> wrote:

Would upgrading to 1.2.7pre fix this?  I'm having a similar problem in
IE7, though Ican't get my dialog to show at all.

I get invalid argument on line 23, and then it highlights the data
below in 1.2.6.min

elem[name]=value;

I'm figuring that this means the data being returned from my ajax call
is either corrupt or not being handled correctly (??).  I've got
Fiddler2 running and in the Session Inspector the Text View of the
response seems to return valid data:

{
page: 1,
total: 4,
rows: [
{cell:['2Lorraine','2Johnson','','','lorraine@...','First
Half']},
{cell:['2Collee','2Razzy','222-222-2323','','twocoll@...','First
Half']},
{cell:
['2Kathy','2Smith','222-222-2222','222-222-2222','two@...','Second
Half']},
{cell:
['2Joanne','2Target','304-333-2343','','joanne@...','Entire
Game']}]
}

Any ideas?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by Chris Iona :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I had a similar issue with IE but using the animate effect, which I tracked down to a NaN issue. Made the below alteration and everything now works as expected. I'm using jQuery 1.2.6.

// Changed this
if ( unit != "px" ) {
        self.style[ name ] = (end || 1) + unit;
        start = ((end || 1) / e.cur(true)) * start;
        self.style[ name ] = start + unit;
}

// To This
if ( unit != "px" ) {
        self.style[ name ] = (end || 1) + unit;
        start = ((end || 1) / e.cur(true)) * start;
        start = (isNaN(start)) ? 0 : start;
        self.style[ name ] = start + unit;
}


Cheers,
Chris.

smurkas-2 wrote:
Hello. When I use the dialog in jquery UI I get an error in explorer
6. The dialog still works and behaves normally, but it seems to put a
stop to some of my scripts.The error is on line 1120 and the debugger
says invalid argument. I used Microsofts script debugger to make sure
and it dumped me on line 1120 of the jquery-1.2.6.js file, not one of
the UI files. The line the debugger points to is:

elem[ name ] = value;

This seems to be part of the larger attr: function( elem, name,
value ) {} but I'm no javascript expert so I could very well be wrong.

Re: Dialog error in Internet Explorer 6

by Eric-258 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I get the same error (Invalid Argument). Mine is on line 1121 :P. i
dont use ui.core.js or sumtin. Im making a script that will change
backgrounds. Well im kinda new to this but i think the error is on
array stuff. Ive read somewhere that ie chokes on the braces {}.

So anybody here who can shed some light here :)? Ill really appreciate
it.
IE just made my life harder. XD


On 17 Hul, 20:03, "Richard D. Worth" <rdwo...@...> wrote:

> Even though the error is taking you into jQuery, the problem is in
> ui.core.js and ui.dialog.js, as Scott said. 1.2.6 should be fine, but you'll
> need to grab the svn versions of the UI files here:
>
> http://ui.jquery.com/bugs/browser/trunk/ui/ui.core.jshttp://ui.jquery.com/bugs/browser/trunk/ui/ui.dialog.js
>
> See download links at the bottom of the page.
>
> - Richard
>
> On Thu, Jul 17, 2008 at 5:09 PM, ktpmm5 <pixelcra...@...> wrote:
>
> > Would upgrading to 1.2.7pre fix this?  I'm having a similar problem in
> > IE7, though Ican't get my dialog to show at all.
>
> > I get invalid argument on line 23, and then it highlights the data
> > below in 1.2.6.min
>
> > elem[name]=value;
>
> > I'm figuring that this means the data being returned from my ajax call
> > is either corrupt or not being handled correctly (??).  I've got
> > Fiddler2 running and in the Session Inspector the Text View of the
> > response seems to return valid data:
>
> > {
> > page: 1,
> > total: 4,
> > rows: [
> > {cell:['2Lorraine','2Johnson','','','lorra...@...','First
> > Half']},
> > {cell:['2Collee','2Razzy','222-222-2323','','twoc...@...','First
> > Half']},
> > {cell:
> > ['2Kathy','2Smith','222-222-2222','222-222-2222','...@two.com','Second
> > Half']},
> > {cell:
> > ['2Joanne','2Target','304-333-2343','','joa...@...','Entire
> > Game']}]
> > }
>
> > Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by Richard D. Worth-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We're going to have to see some code in order to help any further. Please share a url if you've got a live page, otherwise put up a pastie, on a site such as:

http://paste.pocoo.org/

If you've got content on the page that you can't publish, reduce the page down to a minimal test page that still shows the error you're hitting. Thanks.

- Richard

On Tue, Jul 22, 2008 at 2:13 PM, Eric <ericbarbosajr@...> wrote:

I get the same error (Invalid Argument). Mine is on line 1121 :P. i
dont use ui.core.js or sumtin. Im making a script that will change
backgrounds. Well im kinda new to this but i think the error is on
array stuff. Ive read somewhere that ie chokes on the braces {}.

So anybody here who can shed some light here :)? Ill really appreciate
it.
IE just made my life harder. XD


On 17 Hul, 20:03, "Richard D. Worth" <rdwo...@...> wrote:
> Even though the error is taking you into jQuery, the problem is in
> ui.core.js and ui.dialog.js, as Scott said. 1.2.6 should be fine, but you'll
> need to grab the svn versions of the UI files here:
>
> http://ui.jquery.com/bugs/browser/trunk/ui/ui.core.jshttp://ui.jquery.com/bugs/browser/trunk/ui/ui.dialog.js
>
> See download links at the bottom of the page.
>
> - Richard
>
> On Thu, Jul 17, 2008 at 5:09 PM, ktpmm5 <pixelcra...@...> wrote:
>
> > Would upgrading to 1.2.7pre fix this?  I'm having a similar problem in
> > IE7, though Ican't get my dialog to show at all.
>
> > I get invalid argument on line 23, and then it highlights the data
> > below in 1.2.6.min
>
> > elem[name]=value;
>
> > I'm figuring that this means the data being returned from my ajax call
> > is either corrupt or not being handled correctly (??).  I've got
> > Fiddler2 running and in the Session Inspector the Text View of the
> > response seems to return valid data:
>
> > {
> > page: 1,
> > total: 4,
> > rows: [
> > {cell:['2Lorraine','2Johnson','','','lorra...@...','First
> > Half']},
> > {cell:['2Collee','2Razzy','222-222-2323','','twoc...@...','First
> > Half']},
> > {cell:
> > ['2Kathy','2Smith','222-222-2222','222-222-2222','...@two.com','Second
> > Half']},
> > {cell:
> > ['2Joanne','2Target','304-333-2343','','joa...@...','Entire
> > Game']}]
> > }
>
> > Any ideas?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by smurkas-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello again. I've hade the same issue as Eric in IE and I think I have
found where the issue originates. It seems that the issue is CSS-
related, I copied a page that had a dialog that worked in IE and ran
it on my web server with my CSS and I still got the same error. When I
switched to the Flora CSS the problem disappeared. Since then I have
been careful when styling the dialogs and making sure they work in IE.

I have a page running on http://www.ad-vis.com/functional/dialog.html
which should give you the error in IE. You should get the same error
as long as you keep the CSS, at least that's how it seemed to work for
me.


Kindly, Marcus

On 22 Juli, 21:42, "Richard D. Worth" <rdwo...@...> wrote:

> We're going to have to see some code in order to help any further. Please
> share a url if you've got a live page, otherwise put up a pastie, on a site
> such as:
>
> http://paste.pocoo.org/
>
> If you've got content on the page that you can't publish, reduce the page
> down to a minimal test page that still shows the error you're hitting.
> Thanks.
>
> - Richard
>
> On Tue, Jul 22, 2008 at 2:13 PM, Eric <ericbarbos...@...> wrote:
>
> > I get the same error (Invalid Argument). Mine is on line 1121 :P. i
> > dont use ui.core.js or sumtin. Im making a script that will change
> > backgrounds. Well im kinda new to this but i think the error is on
> > array stuff. Ive read somewhere that ie chokes on the braces {}.
>
> > So anybody here who can shed some light here :)? Ill really appreciate
> > it.
> > IE just made my life harder. XD
>
> > On 17 Hul, 20:03, "Richard D. Worth" <rdwo...@...> wrote:
> > > Even though the error is taking you into jQuery, the problem is in
> > > ui.core.js and ui.dialog.js, as Scott said. 1.2.6 should be fine, but
> > you'll
> > > need to grab the svn versions of the UI files here:
>
> >http://ui.jquery.com/bugs/browser/trunk/ui/ui.core.jshttp://ui.jquery...
>
> > > See download links at the bottom of the page.
>
> > > - Richard
>
> > > On Thu, Jul 17, 2008 at 5:09 PM, ktpmm5 <pixelcra...@...> wrote:
>
> > > > Would upgrading to 1.2.7pre fix this?  I'm having a similar problem in
> > > > IE7, though Ican't get my dialog to show at all.
>
> > > > I get invalid argument on line 23, and then it highlights the data
> > > > below in 1.2.6.min
>
> > > > elem[name]=value;
>
> > > > I'm figuring that this means the data being returned from my ajax call
> > > > is either corrupt or not being handled correctly (??).  I've got
> > > > Fiddler2 running and in the Session Inspector the Text View of the
> > > > response seems to return valid data:
>
> > > > {
> > > > page: 1,
> > > > total: 4,
> > > > rows: [
> > > > {cell:['2Lorraine','2Johnson','','','lorra...@...','First
> > > > Half']},
> > > > {cell:['2Collee','2Razzy','222-222-2323','','twoc...@...','First
> > > > Half']},
> > > > {cell:
> > > > ['2Kathy','2Smith','222-222-2222','222-222-2222','...@two.com','Second
> > > > Half']},
> > > > {cell:
> > > > ['2Joanne','2Target','304-333-2343','','joa...@...','Entire
> > > > Game']}]
> > > > }
>
> > > > Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by Eric-258 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


http://paste.pocoo.org/show/80117/

Heres the stuff :)

the errors are in these lines.
 $(this).css({'background-image':'url(/images/btn-' + $
(this).attr("id") + '-over.jpg);'});
 $(this).css({'background-image':'url(/images/btn-' + $
(this).attr("id") + '.jpg);'});

If i comment out these lines the code works (that means no error on
IE). Thanks.

On 22 Hul, 13:18, smurkas <Marcus.Dalg...@...> wrote:

> Hello again. I've hade the same issue as Eric in IE and I think I have
> found where the issue originates. It seems that the issue is CSS-
> related, I copied a page that had a dialog that worked in IE and ran
> it on my web server with my CSS and I still got the same error. When I
> switched to the Flora CSS the problem disappeared. Since then I have
> been careful when styling the dialogs and making sure they work in IE.
>
> I have a page running onhttp://www.ad-vis.com/functional/dialog.html
> which should give you the error in IE. You should get the same error
> as long as you keep the CSS, at least that's how it seemed to work for
> me.
>
> Kindly, Marcus
>
> On 22 Juli, 21:42, "Richard D. Worth" <rdwo...@...> wrote:
>
> > We're going to have to see some code in order to help any further. Please
> > share a url if you've got a live page, otherwise put up a pastie, on a site
> > such as:
>
> >http://paste.pocoo.org/
>
> > If you've got content on the page that you can't publish, reduce the page
> > down to a minimal test page that still shows the error you're hitting.
> > Thanks.
>
> > - Richard
>
> > On Tue, Jul 22, 2008 at 2:13 PM, Eric <ericbarbos...@...> wrote:
>
> > > I get the same error (Invalid Argument). Mine is on line 1121 :P. i
> > > dont use ui.core.js or sumtin. Im making a script that will change
> > > backgrounds. Well im kinda new to this but i think the error is on
> > > array stuff. Ive read somewhere that ie chokes on the braces {}.
>
> > > So anybody here who can shed some light here :)? Ill really appreciate
> > > it.
> > > IE just made my life harder. XD
>
> > > On 17 Hul, 20:03, "Richard D. Worth" <rdwo...@...> wrote:
> > > > Even though the error is taking you into jQuery, the problem is in
> > > > ui.core.js and ui.dialog.js, as Scott said. 1.2.6 should be fine, but
> > > you'll
> > > > need to grab the svn versions of the UI files here:
>
> > >http://ui.jquery.com/bugs/browser/trunk/ui/ui.core.jshttp://ui.jquery...
>
> > > > See download links at the bottom of the page.
>
> > > > - Richard
>
> > > > On Thu, Jul 17, 2008 at 5:09 PM, ktpmm5 <pixelcra...@...> wrote:
>
> > > > > Would upgrading to 1.2.7pre fix this?  I'm having a similar problem in
> > > > > IE7, though Ican't get my dialog to show at all.
>
> > > > > I get invalid argument on line 23, and then it highlights the data
> > > > > below in 1.2.6.min
>
> > > > > elem[name]=value;
>
> > > > > I'm figuring that this means the data being returned from my ajax call
> > > > > is either corrupt or not being handled correctly (??).  I've got
> > > > > Fiddler2 running and in the Session Inspector the Text View of the
> > > > > response seems to return valid data:
>
> > > > > {
> > > > > page: 1,
> > > > > total: 4,
> > > > > rows: [
> > > > > {cell:['2Lorraine','2Johnson','','','lorra...@...','First
> > > > > Half']},
> > > > > {cell:['2Collee','2Razzy','222-222-2323','','twoc...@...','First
> > > > > Half']},
> > > > > {cell:
> > > > > ['2Kathy','2Smith','222-222-2222','222-222-2222','...@two.com','Second
> > > > > Half']},
> > > > > {cell:
> > > > > ['2Joanne','2Target','304-333-2343','','joa...@...','Entire
> > > > > Game']}]
> > > > > }
>
> >  > > > Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by Eric-258 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


http://paste.pocoo.org/show/80117/

Heres the stuff :)

the errors are in these lines.
 $(this).css({'background-image':'url(/images/btn-' + $
(this).attr("id") + '-over.jpg);'});
 $(this).css({'background-image':'url(/images/btn-' + $
(this).attr("id") + '.jpg);'});

If i comment out these lines the code works (that means no error on
IE). Thanks.

On 22 Hul, 13:18, smurkas <Marcus.Dalg...@...> wrote:

> Hello again. I've hade the same issue as Eric in IE and I think I have
> found where the issue originates. It seems that the issue is CSS-
> related, I copied a page that had a dialog that worked in IE and ran
> it on my web server with my CSS and I still got the same error. When I
> switched to the Flora CSS the problem disappeared. Since then I have
> been careful when styling the dialogs and making sure they work in IE.
>
> I have a page running onhttp://www.ad-vis.com/functional/dialog.html
> which should give you the error in IE. You should get the same error
> as long as you keep the CSS, at least that's how it seemed to work for
> me.
>
> Kindly, Marcus
>
> On 22 Juli, 21:42, "Richard D. Worth" <rdwo...@...> wrote:
>
> > We're going to have to see some code in order to help any further. Please
> > share a url if you've got a live page, otherwise put up a pastie, on a site
> > such as:
>
> >http://paste.pocoo.org/
>
> > If you've got content on the page that you can't publish, reduce the page
> > down to a minimal test page that still shows the error you're hitting.
> > Thanks.
>
> > - Richard
>
> > On Tue, Jul 22, 2008 at 2:13 PM, Eric <ericbarbos...@...> wrote:
>
> > > I get the same error (Invalid Argument). Mine is on line 1121 :P. i
> > > dont use ui.core.js or sumtin. Im making a script that will change
> > > backgrounds. Well im kinda new to this but i think the error is on
> > > array stuff. Ive read somewhere that ie chokes on the braces {}.
>
> > > So anybody here who can shed some light here :)? Ill really appreciate
> > > it.
> > > IE just made my life harder. XD
>
> > > On 17 Hul, 20:03, "Richard D. Worth" <rdwo...@...> wrote:
> > > > Even though the error is taking you into jQuery, the problem is in
> > > > ui.core.js and ui.dialog.js, as Scott said. 1.2.6 should be fine, but
> > > you'll
> > > > need to grab the svn versions of the UI files here:
>
> > >http://ui.jquery.com/bugs/browser/trunk/ui/ui.core.jshttp://ui.jquery...
>
> > > > See download links at the bottom of the page.
>
> > > > - Richard
>
> > > > On Thu, Jul 17, 2008 at 5:09 PM, ktpmm5 <pixelcra...@...> wrote:
>
> > > > > Would upgrading to 1.2.7pre fix this?  I'm having a similar problem in
> > > > > IE7, though Ican't get my dialog to show at all.
>
> > > > > I get invalid argument on line 23, and then it highlights the data
> > > > > below in 1.2.6.min
>
> > > > > elem[name]=value;
>
> > > > > I'm figuring that this means the data being returned from my ajax call
> > > > > is either corrupt or not being handled correctly (??).  I've got
> > > > > Fiddler2 running and in the Session Inspector the Text View of the
> > > > > response seems to return valid data:
>
> > > > > {
> > > > > page: 1,
> > > > > total: 4,
> > > > > rows: [
> > > > > {cell:['2Lorraine','2Johnson','','','lorra...@...','First
> > > > > Half']},
> > > > > {cell:['2Collee','2Razzy','222-222-2323','','twoc...@...','First
> > > > > Half']},
> > > > > {cell:
> > > > > ['2Kathy','2Smith','222-222-2222','222-222-2222','...@two.com','Second
> > > > > Half']},
> > > > > {cell:
> > > > > ['2Joanne','2Target','304-333-2343','','joa...@...','Entire
> > > > > Game']}]
> > > > > }
>
> >  > > > Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Dialog error in Internet Explorer 6

by Richard D. Worth-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The code you have there looks good. Hard to say what the problem might be without seeing the rest of the page/all the html. Do all your li's have id's? In order to keep this thread on topic (Dialog error in Internet Explorer 6), I recommend you post to the main jQuery list if you need any more help:

http://groups.google.com/group/jquery-en

- Richard

On Tue, Jul 22, 2008 at 9:27 PM, Eric <ericbarbosajr@...> wrote:

http://paste.pocoo.org/show/80117/

Heres the stuff :)

the errors are in these lines.
 $(this).css({'background-image':'url(/images/btn-' + $
(this).attr("id") + '-over.jpg);'});
 $(this).css({'background-image':'url(/images/btn-' + $
(this).attr("id") + '.jpg);'});

If i comment out these lines the code works (that means no error on
IE). Thanks.

On 22 Hul, 13:18, smurkas <Marcus.Dalg...@...> wrote:
> Hello again. I've hade the same issue as Eric in IE and I think I have
> found where the issue originates. It seems that the issue is CSS-
> related, I copied a page that had a dialog that worked in IE and ran
> it on my web server with my CSS and I still got the same error. When I
> switched to the Flora CSS the problem disappeared. Since then I have
> been careful when styling the dialogs and making sure they work in IE.
>
> I have a page running onhttp://www.ad-vis.com/functional/dialog.html