[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-08-24 Thread matt

I know this has been solved but thought I might add my own solution to
a similar problem causing the same error message in IE, in case it's
helpful to anyone.

It was the DTD declaration - make sure it's first thing in the file
and make sure it's correct! Some how, something had been inserted
above the DTD and that broke IE and caused the error.

Cheers.



On Jul 28, 2:58 pm, kyleduncan  wrote:
> I have fixed this issue:
>
> Ie6, 7 and 8 were getting an invalid argument error because of CSS
> padding: once padding was removed fro mthe textareas completely in a
> separate IE stylesheet, IE6 and 7 and 8 all worked fine with multiple
> textareas and no errors
>
> Opera was fixed by this problem also (it was showing the boxes very
> high by default), although im not sure exactly what caused Opera to
> correct - but it works fine now too!
>
> hope this helps others
>
> On Jul 22, 4:20 am, kyleduncan  wrote:
>
>
>
> > It is caused byautogrow.js, but i have no idea how to fix it!autogrowisnt 
> > even working for me in IE6 and 7, when you click inside
> > atextareait shrinks down to one line high and then doesnt expand as
> > you type. and when you click in the secondtextareaon my page nothing
> > happens at all (as ifautogrowdoesnt even activate).
>
> > On Jun 18, 1:13 pm, kitafe  wrote:
>
> > > Does anyone have a solution. I have the same problem and I use jquery
> > > 1.3.2 and ui 1.7. I've tried both the minified and the none minified
> > > versions.
> > > With ui accordion  version 1.6rc2 i have no problem. But I then the
> > > collapsible wont work.
>
> > > On Apr 26, 8:06 pm, sabrinax  wrote:
>
> > > > I did, yes.  You can see my sample page here:www.tattoozu.net/trial
> > > > to see the problem
>
> > > > On Apr 26, 12:57 pm, dhtml  wrote:
>
> > > > > On Mar 9, 3:43 am, phipps_73  wrote:
>
> > > > > > Hi,
>
> > > > > > I have just upgraded one of our development sites to 1.3.2 and ui 
> > > > > > 1.7.
> > > > > > I have also updated all of the plugins
> > > > > > (forms,validate,thickbox,calculation,blockUI,autogrow) to the latest
> > > > > > versions which should all be compatible with 1.3.2 and the site is
> > > > > > working perfectly in Firefox 3 on OS X and XP.
>
> > > > > > However on IE8rc1 and inIE7compat mode I am getting an Invalid
> > > > > > Argument error reported at line 12 of jquery-1.3.2.min.js. That is 
> > > > > > the
> > > > > > usual really helpfulIEerror message and I have been unable to track
> > > > > > down the source of the problem.
>
> > > > > Do you get the same error with the normal, non-minified version?
>
> > > > > Garrett


[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-07-28 Thread kyleduncan

I have fixed this issue:

Ie6, 7 and 8 were getting an invalid argument error because of CSS
padding: once padding was removed fro mthe textareas completely in a
separate IE stylesheet, IE6 and 7 and 8 all worked fine with multiple
textareas and no errors

Opera was fixed by this problem also (it was showing the boxes very
high by default), although im not sure exactly what caused Opera to
correct - but it works fine now too!

hope this helps others

On Jul 22, 4:20 am, kyleduncan  wrote:
> It is caused byautogrow.js, but i have no idea how to fix it!autogrowisnt 
> even working for me in IE6 and 7, when you click inside
> atextareait shrinks down to one line high and then doesnt expand as
> you type. and when you click in the secondtextareaon my page nothing
> happens at all (as ifautogrowdoesnt even activate).
>
> On Jun 18, 1:13 pm, kitafe  wrote:
>
> > Does anyone have a solution. I have the same problem and I use jquery
> > 1.3.2 and ui 1.7. I've tried both the minified and the none minified
> > versions.
> > With ui accordion  version 1.6rc2 i have no problem. But I then the
> > collapsible wont work.
>
> > On Apr 26, 8:06 pm, sabrinax  wrote:
>
> > > I did, yes.  You can see my sample page here:www.tattoozu.net/trial
> > > to see the problem
>
> > > On Apr 26, 12:57 pm, dhtml  wrote:
>
> > > > On Mar 9, 3:43 am, phipps_73  wrote:
>
> > > > > Hi,
>
> > > > > I have just upgraded one of our development sites to 1.3.2 and ui 1.7.
> > > > > I have also updated all of the plugins
> > > > > (forms,validate,thickbox,calculation,blockUI,autogrow) to the latest
> > > > > versions which should all be compatible with 1.3.2 and the site is
> > > > > working perfectly in Firefox 3 on OS X and XP.
>
> > > > > However on IE8rc1 and inIE7compat mode I am getting an Invalid
> > > > > Argument error reported at line 12 of jquery-1.3.2.min.js. That is the
> > > > > usual really helpfulIEerror message and I have been unable to track
> > > > > down the source of the problem.
>
> > > > Do you get the same error with the normal, non-minified version?
>
> > > > Garrett


[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-07-21 Thread kyleduncan

It is caused by autogrow.js, but i have no idea how to fix it!
autogrow isnt even working for me in IE6 and 7, when you click inside
a textarea it shrinks down to one line high and then doesnt expand as
you type. and when you click in the second textarea on my page nothing
happens at all (as if autogrow doesnt even activate).

On Jun 18, 1:13 pm, kitafe  wrote:
> Does anyone have a solution. I have the same problem and I use jquery
> 1.3.2 and ui 1.7. I've tried both the minified and the none minified
> versions.
> With ui accordion  version 1.6rc2 i have no problem. But I then the
> collapsible wont work.
>
> On Apr 26, 8:06 pm, sabrinax  wrote:
>
> > I did, yes.  You can see my sample page here:www.tattoozu.net/trial
> > to see the problem
>
> > On Apr 26, 12:57 pm, dhtml  wrote:
>
> > > On Mar 9, 3:43 am, phipps_73  wrote:
>
> > > > Hi,
>
> > > > I have just upgraded one of our development sites to 1.3.2 and ui 1.7.
> > > > I have also updated all of the plugins
> > > > (forms,validate,thickbox,calculation,blockUI,autogrow) to the latest
> > > > versions which should all be compatible with 1.3.2 and the site is
> > > > working perfectly in Firefox 3 on OS X and XP.
>
> > > > However on IE8rc1 and inIE7compat mode I am getting an Invalid
> > > > Argument error reported at line 12 of jquery-1.3.2.min.js. That is the
> > > > usual really helpfulIEerror message and I have been unable to track
> > > > down the source of the problem.
>
> > > Do you get the same error with the normal, non-minified version?
>
> > > Garrett


[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-06-18 Thread kitafe

Does anyone have a solution. I have the same problem and I use jquery
1.3.2 and ui 1.7. I've tried both the minified and the none minified
versions.
With ui accordion  version 1.6rc2 i have no problem. But I then the
collapsible wont work.

On Apr 26, 8:06 pm, sabrinax  wrote:
> I did, yes.  You can see my sample page here:www.tattoozu.net/trial
> to see the problem
>
> On Apr 26, 12:57 pm, dhtml  wrote:
>
>
>
> > On Mar 9, 3:43 am, phipps_73  wrote:
>
> > > Hi,
>
> > > I have just upgraded one of our development sites to 1.3.2 and ui 1.7.
> > > I have also updated all of the plugins
> > > (forms,validate,thickbox,calculation,blockUI,autogrow) to the latest
> > > versions which should all be compatible with 1.3.2 and the site is
> > > working perfectly in Firefox 3 on OS X and XP.
>
> > > However on IE8rc1 and inIE7compat mode I am getting an Invalid
> > > Argument error reported at line 12 of jquery-1.3.2.min.js. That is the
> > > usual really helpful IE error message and I have been unable to track
> > > down the source of the problem.
>
> > Do you get the same error with the normal, non-minified version?
>
> > Garrett


[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-04-26 Thread sabrinax

I did, yes.  You can see my sample page here: www.tattoozu.net/trial
to see the problem

On Apr 26, 12:57 pm, dhtml  wrote:
> On Mar 9, 3:43 am, phipps_73  wrote:
>
> > Hi,
>
> > I have just upgraded one of our development sites to 1.3.2 and ui 1.7.
> > I have also updated all of the plugins
> > (forms,validate,thickbox,calculation,blockUI,autogrow) to the latest
> > versions which should all be compatible with 1.3.2 and the site is
> > working perfectly in Firefox 3 on OS X and XP.
>
> > However on IE8rc1 and in IE7 compat mode I am getting an Invalid
> > Argument error reported at line 12 of jquery-1.3.2.min.js. That is the
> > usual really helpful IE error message and I have been unable to track
> > down the source of the problem.
>
> Do you get the same error with the normal, non-minified version?
>
> Garrett


[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-04-26 Thread dhtml



On Mar 9, 3:43 am, phipps_73  wrote:
> Hi,
>
> I have just upgraded one of our development sites to 1.3.2 and ui 1.7.
> I have also updated all of the plugins
> (forms,validate,thickbox,calculation,blockUI,autogrow) to the latest
> versions which should all be compatible with 1.3.2 and the site is
> working perfectly in Firefox 3 on OS X and XP.
>
> However on IE8rc1 and in IE7 compat mode I am getting an Invalid
> Argument error reported at line 12 of jquery-1.3.2.min.js. That is the
> usual really helpful IE error message and I have been unable to track
> down the source of the problem.

Do you get the same error with the normal, non-minified version?

Garrett


[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-04-26 Thread sabrinax

Did you ever find a solution? I have the same problem!

On Mar 9, 5:43 am, phipps_73  wrote:
> Hi,
>
> I have just upgraded one of our development sites to 1.3.2 and ui 1.7.
> I have also updated all of the plugins
> (forms,validate,thickbox,calculation,blockUI,autogrow) to the latest
> versions which should all be compatible with 1.3.2 and the site is
> working perfectly in Firefox 3 on OS X and XP.
>
> However on IE8rc1 and in IE7 compat mode I am getting an Invalid
> Argument error reported at line 12 of jquery-1.3.2.min.js. That is the
> usual really helpful IE error message and I have been unable to track
> down the source of the problem.
>
> I have noticed that some people have seen this problem with the
> ui.accordion and 1.7 was supposed to have fixed the issue.
>
> Does anyone know of a fix (apart from banning the use of IE - if
> only)? If I could get the error in FF I could at least use Firebug to
> debug it.
>
> I think I might need to comment out each plugin and see if I can trace
> the source of the error.
>
> Any help would be really appreciated.
>
> Cheers,
>
> Dave