DECA-262: "Add more" button mouse focusable even though the button has been disabled

Metadata

Source
DECA-262
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Jonathan Hung
Created
2012-05-18T10:49:10.319-0400
Updated
2012-09-04T13:17:43.746-0400
Versions
  1. 0.5
Fixed Versions
  1. 0.6
Component
  1. Export

Description

After performing an export, the add more button becomes disabled. However, the user can still mouse focus the button by clicking on it (although the button doesn't do anything). Using the keyboard, the same element is not in the tab order and therefore not focusable by keyboard.

Attachments

Comments

  • Justin Obara commented 2012-07-09T16:02:50.515-0400

    Implementing DECA-281 will remove this issue.

  • Justin Obara commented 2012-07-10T12:38:14.071-0400

    This issue is caused by FLUID-4728

  • Justin Obara commented 2012-07-10T15:54:19.944-0400

    Due to some functions being private and a bug in Uploader, had to implement a few work arounds to get this functionality in place. Overrode the hover styling when the button is disabled, and removed forced the browseButton to be disabled after adding files to the queue.

    The changes are in my bitbucket repo:
    https://bitbucket.org/jobara/decapod-0.6-ui-iteration5