8000 [PM-10773] Issue #810: Add accessibility element modifier to VaultListSectionView so that section name and item count are treated as a single element by VoiceOver. by robin24 · Pull Request #812 · bitwarden/ios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[PM-10773] Issue #810: Add accessibility element modifier to VaultListSectionView so that section name and item count are treated as a single element by VoiceOver. #812

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

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

robin24
Copy link
Contributor
@robin24 robin24 commented Aug 11, 2024

🎟️ Tracking

#810

📔 Objective

Currently, the VoiceOver screenreader, used by blind iOS users, will treat the title and item count displayed in the header of each vault section as separate elements, making navigation cumbersome and resulting in an unclear relationship between these two elements from an accessibility perspective. This PR addresses the issue with a simple one-line fix, adding an accessibility element modifier to the HStack in VaultListSectionView that combines these 2 views into a single accessibility element.
This fix also has the potential to improve the experience for other accessibility features as well, such as Switch Control and Voice Control.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

…e accessibilityElement modifier to the HStack.
@bitwarden-bot
Copy link

Thank you for your contribution! We've added this to our internal Community PR board for review.
ID: PM-10773

@bitwarden-bot bitwarden-bot changed the title Issue #810: Add accessibility element modifier to VaultListSectionView so that section name and item count are treated as a single element by VoiceOver. [PM-10773] Issue #810: Add accessibility element modifier to VaultListSectionView so that section name and item count are treated as a single element by VoiceOver. Aug 11, 2024
Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Detailsfa5a44e9-570f-4267-9d26-addf67d84962

Fixed Issues

Severity Issue Source File / Package
MEDIUM Unpinned Actions Full Length Commit SHA /build.yml: 140

Copy link
codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.22%. Comparing base (e262003) to head (23707fe).
Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #812   +/-   ##
=======================================
  Coverage   88.22%   88.22%           
=======================================
  Files         581      581           
  Lines       29407    29408    +1     
=======================================
+ Hits        25945    25946    +1     
  Misses       3462     3462           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KatherineInCode KatherineInCode merged commit a030e9b into bitwarden:main Aug 14, 2024
8 checks passed
@robin24 robin24 deleted the accessibility-fixes branch August 14, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
0