Skip to content
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 accessibility behavior on "enter PIN" screen #7522

Merged
merged 3 commits into from
Apr 27, 2023

Conversation

alfogrillo
Copy link
Contributor

@alfogrillo alfogrillo commented Apr 26, 2023

This PR fixes a couple of accessibility issue on the "enter PIN" screen:

  1. The VoiceOver doesn't read anymore the underlying content while the PIN screen is on top
  2. The VoiceOver doesn't read anymore a layout non interactive button in the screen

Affected screen
pin

Comment on lines +258 to +260
<accessibility key="accessibilityConfiguration">
<bool key="isElement" value="NO"/>
</accessibility>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only relevant change in the storyboard, all the other changes have been automatically generated by Xcode.

@alfogrillo alfogrillo requested review from a team and Velin92 and removed request for a team April 26, 2023 13:57
@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.14 🎉

Comparison is base (7a8374e) 12.21% compared to head (fda7183) 12.36%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7522      +/-   ##
===========================================
+ Coverage    12.21%   12.36%   +0.14%     
===========================================
  Files         1646     1646              
  Lines       163319   163326       +7     
  Branches     67038    67056      +18     
===========================================
+ Hits         19944    20188     +244     
+ Misses      142733   142475     -258     
- Partials       642      663      +21     
Flag Coverage Δ
uitests 55.00% <ø> (ø)
unittests 6.21% <0.00%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../SetPinCode/SetPinCoordinatorBridgePresenter.swift 0.00% <0.00%> (ø)

... and 15 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@alfogrillo alfogrillo force-pushed the alfogrillo/fix_accessibility_pin_screen branch from 5748ff4 to fda7183 Compare April 26, 2023 14:40
@sonarcloud
Copy link

sonarcloud bot commented Apr 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Contributor

@Velin92 Velin92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alfogrillo alfogrillo merged commit 0b0d925 into develop Apr 27, 2023
9 checks passed
@alfogrillo alfogrillo deleted the alfogrillo/fix_accessibility_pin_screen branch April 27, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants