Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
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

Description

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions