← Back to team overview

mahara-contributors team mailing list archive

[Bug 1270987] Re: Modal dialogs are not accessible

 

=== Bug #1270987 Modal dialogues are not accessible to screen readers
===

== How to test ==
1. create or edit any profile page 
2. insert any type of block content 
3. confirm that the edit and delete icons in the top right hand corner of the block are displayed 

== Test Results  ==
3. confirmed that the edit and delete icons in the top right hand corner of the block are displayed ✔

Catalyst QA Approved ✔

-- 
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:
  In Progress

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