VP-79: ToggleButton not keyboard accessible

Metadata

Source
VP-79
Type
Bug
Priority
Major
Status
Closed
Resolution
Not A Bug
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2012-08-09T16:40:30.857-0400
Updated
2013-01-28T09:25:22.451-0500
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

The ToggleButton component is not itself keyboard accessible: it is not activatable using the space or enter keys. In the VideoPlayer, the keyboard activation is added on by components that use the ToggleButton.

Would it not be more reasonable for the keyboard access to be built into the ToggleButton itself, in a way that was configurable by the component using it?

Comments

  • Anastasia Cheetham commented 2012-08-15T12:28:45.178-0400

    The ToggleButton class works with a <button> element, which is already activatable via keyboard.