Subject: | IE8 window.open bug |
Line 14 of progress.js reads as follows:
window.open ('/UpdateProgress?progress_id='+id,'Apache2-
UploadProgress','location=0,status=0,width='+width+',height='+height)
However, IE8 does not allow hyphens in window names, so a Javascript
error occurs and no window pops up.
Removing the hyphen fixes this.