Hi,

I has similiar issue with IE8 and 7. I think I found what's causing
this: properties with shorthand like margin and padding.

This will return the same error message, line #835 :

$(el).animate({margin: 0, padding: 0, height: 0}, 250);

But it's working with camelCasing properties :

$(el).animate({marginTop: 0, marginBottom: 0, height: 0, paddingTop:
0, paddingBottom: 0, height: 0}, 250);

Try that.. let me know.

-Antoine


On Mar 19, 11:37 am, phipps_73 <[email protected]>
wrote:
> Thanks for putting up the ui test, this works fine for me and confirms
> that at least my copy of IE is working correctly!
>
> I removed all of the minified versions including the jquery-1.3.2.js
> file and replaced with the unminified versions but I am still getting
> an error which is now at line 835 (char 5) of the jquery-1.3.2.js file
> according to the IE debug which I take with a pinch of salt!
>
> This points to this line:
>
> style.left = ret || 0;
>
> which when I was using the minified version appeared on line 12 so at
> least I am getting the same error.
>
> I am also using the forms, validation, blockUI plugins which are all
> minified, could it be a problem with one of those? Although I don't
> get chance to use any of them as the error is thrown as soon as the
> page with tabs loads.
>
> What does the above code relate to? It is part of the curCSS function
> starting on line 781.
>
> I am going to have to comment out each plugin and see if one of them
> is breaking the code.
>
> Unfortunately the client is not too happy that my upgrade is now
> preventing them from using the site on IE, so the pressure is on to
> get it fixed.
>
> Thanks for your help so far.
>
> Dave
>
> On Mar 18, 6:19 pm, Klaus Hartl <[email protected]> wrote:
>
> > I don't get an error here:http://stilbuero.de/jquery/test/ui_tabs.html
>
> > I do not use the minified version there, that's the only difference I
> > can see right now.
>
> > But I do get the error on the UI demo.
>
> > --Klaus
>
> > On 18 Mrz., 18:32, phipps_73 <[email protected]>
> > wrote:
>
> > > I am starting to wonder if it is my installation of IE8rc1 that is
> > > causing the problem.
>
> > > Has anyone got any other tabs (1.7) demos I could look at in my IE8rc1
> > > and see if I see the same error?
>
> > > Cheers,
>
> > > Dave
>
> > > On Mar 18, 1:05 pm, "Richard D. Worth" <[email protected]> wrote:
>
> > > > On Wed, Mar 18, 2009 at 8:04 AM, Richard D. Worth <[email protected]> 
> > > > wrote:
>
> > > > > On Wed, Mar 18, 2009 at 7:50 AM, phipps_73 <
> > > > > [email protected]> wrote:
>
> > > > >> Hi,
>
> > > > >> I have recently upgraded a site to jQuery 1.3.2 and UI. 1.7 and I am
> > > > >> now getting an Invalid Argument error on a page which has UI tabs in
> > > > >> use.  I am using the basic theme including all css files.
>
> > > > >> I have also noticed that this error also appears at the following 
> > > > >> url:
>
> > > > >>http://jqueryui.com/demos/tabs/
>
> > > > > I'm not seeing an error on that page. Which browser?
>
> > > > > - Richard
>
> > > > Sorry, I read your message title now ;)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to