Or
if (value !='NaN' || value!='Infinity'){
this.style[property] = value;
}
On Feb 24, 7:43 am, Gafa <[email protected]> wrote:
> Suzanne,
>
> In the 1.4.4 core file uncompressed find line 3771
> "this.style[property] = value;" replace with
>
> if !isNaN(value){
> this.style[property] = value;
>
> }
>
> Thisis a band-aide fix, as the core issue still remains but this will
> fix it for IE7 in the meantime.
>
> Gafa
>
> On Feb 23, 6:53 am, Suzanne <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hi Olmo,
> > Can you reproduce the error?
>
> > On Feb 20, 2:07 pm, Olmo Maldonado <[email protected]> wrote:
>
> > > ahh confusing. :D
>
> > > can you provide us a jsfiddle with IE7 errors? we'll see if it's something
> > > new so we can create a github issue
>
> > > On Mon, Feb 20, 2012 at 1:01 PM, Suzanne <[email protected]> wrote:
> > > > Found and tested 1.4.1. my page shows more errors in IE 7 now.
>
> > > > On Feb 20, 1:54 pm, Suzanne <[email protected]> wrote:
> > > > > didn't find 1.4.1 download. I tried the night build. It solved IE 8
> > > > > issue, but the same errors remain on IE 7.
> > > > > Thanks for the help.
>
> > > > > On Feb 20, 1:20 pm, Arian Stolwijk <[email protected]> wrote:
>
> > > > > > what about 1.4.1? You can also try to use the almost released 1.4.5,
> > > > either
> > > > > > fromhttps://
> > > > github.com/mootools/mootools-core/wiki/Build-MooTools-from-gi...
> > > > > > orhttp://mootools.net/nightly/build/mootools-core.js
>
> > > > > > See this issue:https://github.com/mootools/mootools-core/issues/2160
> > > > > > Sorry for the inconvenience.
>
> > > > > > On Mon, Feb 20, 2012 at 7:10 PM, Suzanne <[email protected]>
> > > > wrote:
> > > > > > > I just upgraded to 1.4.4 to solve IE 7 crash (same issue in
> > > > > > > #2163). I
> > > > > > > cannot go back since IE 7 crash is more severe. Is there any way I
> > > > can
> > > > > > > avoid the accordion problem without give it up (my app has been
> > > > > > > deployed for two years)?
>
> > > > > > > On Feb 20, 12:13 pm, Arian Stolwijk <[email protected]>
> > > > wrote:
> > > > > > > > Try mootools 1.4.3
>
> > > > > > > > On Mon, Feb 20, 2012 at 6:11 PM, Suzanne <[email protected]>
> > > > wrote:
> > > > > > > > > fx.accordion doesn't work on IE 8 and IE 7. You will find the
> > > > error
> > > > > > > > > when opening
> > > > > > > > > the Mootools demo on IE 8:
>
> > > > > > > > >http://jsfiddle.net/api/post/mootools/1.4/dependencies/more/