Apparently the accordion code calling element.Implement... setStyle,
the "value" parameter in version 1.4.4 comes in as "NaN" IE7, and
adversely is sometimes set to "Infinity" in the (string(number))
calculation.  Issue is with the value parameter, I suspect the code
prior.  I didn't go beyond testing that.

Gafa

On Feb 24, 3:44 pm, Olmo Maldonado <[email protected]> wrote:
> Yes I understand, but I'm trying to understand when the Accordion code
> would have a NaN or Infinity value.
>
>
>
>
>
>
>
> On Fri, Feb 24, 2012 at 2:25 PM, Suzanne <[email protected]> wrote:
> > I added if (value != 'NaN' && value != 'Infinity') {} and it cleared
> > out the error. Thank you!
>
> > On Feb 24, 9:42 am, Philip Thompson <[email protected]> wrote:
> > > On Fri, Feb 24, 2012 at 6:56 AM, Gafa <[email protected]> wrote:
>
> > > > if (value !='NaN' || value!='Infinity'){
>
> > > You probably mean...
>
> > > if (value != 'NaN' && value != 'Infinity') {...}
>
> > > ~Philip

Reply via email to