axe-android icon indicating copy to clipboard operation
axe-android copied to clipboard

Modal Dialogue Transitions

Open chriscm2006 opened this issue 5 years ago • 2 comments

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 avatar Mar 05 '19 17:03 chriscm2006

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 avatar Apr 12 '19 19:04 Steady5063

@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.

Steady5063 avatar Apr 12 '19 20:04 Steady5063