Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Accessibility issue in UVPostIdeaViewController.m #454

Open
ericanylee opened this issue Oct 31, 2017 · 0 comments
Open

Accessibility issue in UVPostIdeaViewController.m #454

ericanylee opened this issue Oct 31, 2017 · 0 comments

Comments

@ericanylee
Copy link

When you have VoiceOver on, click on Post an idea, then click on the textview. The VoiceOver should be reading "text field, Description, optional" or something alone the lines. Instead it reads "Empty line" which may be confusing to the users.

this may be fixed by inserting a line of code on UVPostIdeaViewController.m at line 54:

_fieldsView.textView.accessibilityTraits = UIAccessibilityTraitStaticText;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant