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

Modal Dialogue Transitions #16

Open
chriscm2006 opened this issue Mar 5, 2019 · 2 comments
Open

Modal Dialogue Transitions #16

chriscm2006 opened this issue Mar 5, 2019 · 2 comments
Labels
Rule A Rule that is run by the library.

Comments

@chriscm2006
Copy link
Contributor

Focus management during Modal Dialog/Alert transitions is important. Returning focus back to elements that originated dialogs is crucial.

Affected Technology: TalkBack
Type: WCAG
Success Criteria: I can't find it?

User Story

As a TalkBack user, I'm using an application that involves providing a password.

Inaccessible

  1. I enter my password into the Password EditText
  2. An alert pops up saying I did not meet the minimum password requirements.
  3. I dismiss the alert.
  4. Accessibility Focus moves to the start of the page.

Accessible

In step 4, Accessibility Focus should move back to the Password EditText View.

@chriscm2006 chriscm2006 transferred this issue from another repository Apr 8, 2019
@chriscm2006 chriscm2006 reopened this Apr 10, 2019
@chriscm2006 chriscm2006 reopened this Apr 10, 2019
@Steady5063
Copy link

The success criteria for this would be 2.4.3 Focus Order. Part of the criteria is making sure focus from a modal goes back to its original trigger point

@Steady5063
Copy link

@chriscm2006 @jldailey13 are you just specifically looking to make this for EditText field, or are you looking to include any other interactions (i.e. buttons, links) that bring up a modal/dialog interaction as well? Because in those cases you would still want the focus to return to the trigger point as well.

@chriscm2006 chriscm2006 added the Rule A Rule that is run by the library. label Nov 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Rule A Rule that is run by the library.
Projects
None yet
Development

No branches or pull requests

3 participants