Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

[A11y] iOS/VoiceOverでQ&A画面の項目が読み上げられない不具合を修正 #1114

Merged
1 commit merged into from
Aug 22, 2022

Conversation

ghost
Copy link

@ghost ghost commented Aug 19, 2022

Issue 番号 / Issue ID

  • Close #

目的 / Purpose

  • iOS/VoiceOverでQ&A画面の項目が読み上げられない不具合を修正

変更内容 / Changes

  • Q&A画面の項目の読み上げの内容を設定するように修正

破壊的変更をもたらしますか / Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request の種類 / Pull Request type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

確認事項 / What to check

  • [ ]

その他 / Other information


Internal IDs:

  • Bug 7517

@ghost ghost requested review from a user, cocoa-dev003 and cocoa-dev009 August 19, 2022 05:17
@ghost ghost self-assigned this Aug 19, 2022
@@ -20,7 +20,7 @@
<ListView
x:Name="list_view"
AutomationProperties.IsInAccessibleTree="True"
AutomationProperties.Name="{x:Static resources:AppResources.List}"
AutomationProperties.Name="{x:OnPlatform iOS={x:Static resources:AppResources.List}}"
Copy link
Author

Choose a reason for hiding this comment

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

以前にiOSで「空のリスト」と読み上げられるときに対応したものだが、Androidで、「リストリスト」と読み上げられてしまうため、iOSの場合だけ設定するように修正した

@sonarcloud
Copy link

sonarcloud bot commented Aug 19, 2022

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ghost ghost merged commit 6b01944 into develop Aug 22, 2022
@ghost ghost deleted the feature/a11y-ios-qa branch August 22, 2022 05:42
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants