← Back to team overview

mahara-contributors team mailing list archive

[Bug 1270987] Re: Modal dialogs are not accessible

 

** Changed in: mahara
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1270987

Title:
  Modal dialogs are not accessible

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The dialog boxes that appear when editing a block on a page are not accessible to screen reader/keyboard users for various reasons
  - They are inserted below all other elements and focus is not set to them
  - Even if the user finds the dialog in the tabbing order they can freely tab in and out of it (even though the rest of the page is greyed out), which is confusing
  - The close button's alt text is 'X'

  My preferred solution is to set focus to the close button and add
  aria-hidden to the page content to lock focus to the dialog.

  Affects latest master

  (WCAG Level A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1270987/+subscriptions


References