Metadata
- Source
- FLUID-6048
- Type
- Bug
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2016-11-08T13:30:40.565-0500 - Updated
2016-11-08T13:31:53.377-0500 - Versions
-
- 2.0
- Fixed Versions
- N/A
- Component
-
- Demos
- Keyboard Accessibility
Description
Despite the fact that the Mangosteen is selected by default, the aria-selected
attribute is set to false
in the thumbnail group.
Steps to reproduce:
1. Open the Keyboard Accessibility demo
2. Using the browsers developer tools inspect the Mangosteen thumbnail
Notice that the aria-selected
attribute is set to false
. It also means you cannot set the state to true
unless you select another fruit first and come back to it.
Comments
-
Justin Obara commented
2016-11-08T13:31:24.982-0500 screenshot.png shows that the Mangosteen thumbnail has its
aria-selected
attribute set tofalse
.