Skip Menu |

This queue is for tickets about the Apache2-UploadProgress CPAN distribution.

Report information
The Basics
Id: 50844
Status: new
Priority: 0/
Queue: Apache2-UploadProgress

People
Owner: Nobody in particular
Requestors: david [...] splut.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.