Bug #7225
closedselect2 options not accessible
Description
select2 options when navigated using screen reader just read out "Blank". Appears to be a bug in select2.
https://github.com/select2/select2/issues/4418
https://github.com/select2/select2/issues/3735
Updated by krileon over 6 years ago
Appears to be due to the search input stealing focus and being unable to leave it. Hitting tab causes the select dropdown to close and move to the next element. When the search input is disabled it appears to work fine.
Updated by krileon over 6 years ago
Consider changing to jQuery Chosen.
Updated by krileon over 6 years ago
- % Done changed from 0 to 20
Usage will be changed to jQuery Chosen from jQuery Select2.
Updated by krileon over 6 years ago
This bug also impacts jQuery Chosen when search input is available. Arrow key navigation just outputs "Blank". Staying with select2 and attempting to find workaround solution.
Updated by krileon over 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 20 to 100
Fixed in MR !1352
Replaced select2 with wooselect, which is a fork of select2 focused on improving select2 accessibility. Confirmed using NVDA the various select2 usages through are accessible.