You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior: NVDA announces an item inside the next chat list item, and document.activeElement doesn't change. Pressing ArrowDown again makes NVDA announce the next item within the same chat list item.
document.activeElement
doesn't change. Pressing ArrowDown again makes NVDA announce the next item within the same chat list item.As I stated in #4294, we probably need to utilize
role="listbox"
orrole="application"
or similar. Addingrole="application"
on the items wrapper solves the problem that this issue describes, but I am not sure whether this is correct otherwise.A good resource would be https://www.w3.org/WAI/ARIA/apg/patterns/listbox/ or https://www.w3.org/WAI/ARIA/apg/patterns/grid/.
The text was updated successfully, but these errors were encountered: