You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to prototype-s...@googlegroups.com
THANK YOUUUUU!!!
I modified the CSS after your advice and now everything works!