Uploader beginUpload() click event handler should not be dependent on cursor style
Description
In the Uploader bindEvents() function, the event handers that bind the beginUpload() function to the upload/resume buttons' click events, there is a check to see if the button's "cursor" css property is set to "pointer", and if not, the beginUpload() is not carried out.
Uploading should not be dependent on a cursor style.
Environment
None
Activity
Show:
Eli Cochran November 14, 2008 at 9:08 PM
No longer using the cursor state, buttons and links are actually enabled and disabled in the DOM by various Uploader events
Justin Obara August 26, 2008 at 6:55 PM
downgraded from blocker to critical, as uploader is under going major changes
In the Uploader bindEvents() function, the event handers that bind the beginUpload() function to the upload/resume buttons' click events, there is a check to see if the button's "cursor" css property is set to "pointer", and if not, the beginUpload() is not carried out.
Uploading should not be dependent on a cursor style.