-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Area: AccessibilityComponent: DetailsListFluent UI react (v8)Issues about @fluentui/react (v8)Issues about @fluentui/react (v8)Status: FixedFixed in some PRFixed in some PR
Description
In an earlier PR (#17259), I removed the rowindex and posinset attributes in grouped detailslist and groupedlist, because the index values within the passed-in data didn't work as ARIA index values for screen readers, and were causing problems.
This is ideal for grids and treegrids that are not virtualized, but doesn't support ones that are, so I'm opening this issue to track fixing explicit ARIA index/count values for virtualized Grouped DetailsList and GroupedList uses.
Related #17423 (the DetailsRow attribute added in that PR should make this possible)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: AccessibilityComponent: DetailsListFluent UI react (v8)Issues about @fluentui/react (v8)Issues about @fluentui/react (v8)Status: FixedFixed in some PRFixed in some PR