FLUID-1051: Uploader beginUpload() click event handler should not be dependent on cursor style

Metadata

Source
FLUID-1051
Type
Sub-task
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2008-07-29T10:09:43.000-0400
Updated
2009-06-03T13:45:28.000-0400
Versions
  1. 0.4
  2. 0.5
Fixed Versions
  1. 0.6
Component
  1. Uploader

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.

Comments

  • Justin Obara commented 2008-08-26T14:55:09.000-0400

    downgraded from blocker to critical, as uploader is under going major changes

  • Eli Cochran commented 2008-11-14T16:08:42.000-0500

    No longer using the cursor state, buttons and links are actually enabled and disabled in the DOM by various Uploader events