Re: Big problem in Explorer 8

42 views
Skip to first unread message

Victor

unread,
Sep 28, 2012, 3:42:07 AM9/28/12
to prototype-s...@googlegroups.com
In global_utils.js progressbar stuff has wrong width (progressBarWrapperInternalWidth===NaN), because of this IE cannot set element.style.width to "NaNpx".

Victor

unread,
Sep 28, 2012, 3:45:27 AM9/28/12
to prototype-s...@googlegroups.com
this._progressBar.getStyle() returns null for marginLeft and marginRight -> parseInt(null) === NaN -> setStyle({width:"NaNpx"}) throws error.

Alessio Mattiuzzo

unread,
Sep 28, 2012, 6:22:09 AM9/28/12
to prototype-s...@googlegroups.com
THANK YOUUUUU!!! 
I modified the CSS after your advice and now everything works!
Reply all
Reply to author
Forward
0 new messages