-
Notifications
You must be signed in to change notification settings - Fork 116
Accessibility: Fix issues on Product details screen #15686
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
Accessibility: Fix issues on Product details screen #15686
Conversation
|
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.
LGTM works as described.
I guess there will be some conflicts with [WCAG 2.1 AA] Voice over updates
@@ -346,6 +348,7 @@ private extension ProductFormTableViewDataSource { | |||
cell.backgroundColor = .listBackground | |||
cell.hideSeparator() | |||
cell.configure(height: Constants.settingsHeaderHeight) | |||
cell.accessibilityElementsHidden = true |
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.
Just FYI - handled in [WCAG 2.1 AA] Voice over updates in SpacerTableViewCell
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.
Removed in 6de76e2 to avoid duplication.
Part of WOOMOB-505
Description
This PR fixes accessibility issues in the layout of the Product details screen. Additionally, some unnecessary accessibility items on the Blaze dashboard card are also hidden to avoid confusion.
Testing steps
Dashboard card
Product details
Testing information
Tested on simulator iPhone 16 iOS 18.4 with large font sizes.
Screenshots
Simulator.Screen.Recording.-.iPhone.16.-.2025-05-29.at.19.12.29.mp4
RELEASE-NOTES.txt
if necessary.