-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Add tree row label to expand/collapse button announcement #7840
Conversation
let labelProps = useLabels({ | ||
'aria-label': isExpanded ? stringFormatter.format('collapse') : stringFormatter.format('expand'), | ||
'aria-labelledby': gridListAria.rowProps.id | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for some reason my ipad VO doesn't announce "expand" anymore, just the row label, digging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly unhelpful, but it's working on my iPhone
18.3.1
accessibility tree looks right in chrome inspector, and from looking in the dom, it looks fine as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for testing in 18! I feel like we've run into this iOS 17 VO before but I couldn't find any prior documentation in our other collapsable/expandable components but will punt for now
Closes
✅ Pull Request Checklist:
📝 Test Instructions:
🧢 Your Project: