Metadata
- Source
- FLUID-6042
- Type
- Bug
- Priority
- Major
- Status
- Reopened
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2016-11-07T16:32:25.366-0500 - Updated
2018-02-07T17:24:32.491-0500 - Versions
-
- 2.0
- Fixed Versions
- N/A
- Component
-
- Demos
- Keyboard Accessibility
Description
Steps to reproduce:
1. Open the Keyboard Accessibility demo
2. Using the browsers developer tools inspect the star rating of a fruit
Notice that visually the fruit appears to default to one star rating, however on inspection you should see that all of the stars have the aria-checked set to false.
Comments
-
Justin Obara commented
2016-11-07T16:34:38.576-0500 screenshot.png shows a single star visually set, but all of the "aria-checked" attributes are set to false.
-
Khushil Mistry commented
2017-01-23T09:10:26.818-0500 https://github.com/fluid-project/infusion/pull/804 This is the pull request i have created.
Now area-checked is set true for first start it it needed. Just made a call demo.fiveStar.updateARIA(stars,1) in the function demo.fiveStar.setARIA . Please Review it. Thanks.