mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #16903
[Bug 1259689] A change has been merged
Reviewed: https://reviews.mahara.org/2987
Committed: http://gitorious.org/mahara/mahara/commit/28aa4b53579f1ffbc8ac86e3aa18f46ffac28b77
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch: master
commit 28aa4b53579f1ffbc8ac86e3aa18f46ffac28b77
Author: Jono Mingard <jonom@xxxxxxxxxxxxxxx>
Date: Wed Feb 5 15:13:36 2014 +1300
Made skin metadata lightbox keyboard-accessible (Bug #1259689)
Focus now goes to the lightbox close button when it is opened and back
to the "view information" button when it is closed. The lightbox is
now inserted immediately after the button which activates it to improve
the document flow for screen reader users.
Change-Id: Ia1ad1454adcb063005c01e31d8fa62bca457104d
Signed-off-by: Jono Mingard <jonom@xxxxxxxxxxxxxxx>
--
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/1259689
Title:
Skin metadata lightbox is not keyboard-accessible
Status in Mahara ePortfolio:
In Progress
Bug description:
The lightbox for viewing metadata for a skin (on /skin/index.php in latest master) is not accessible to users of screen readers.
- the close button is a plain <div> with no tabindex specified so it cannot be activated using the keyboard
- when the lightbox is opened focus should be set and locked to it using ARIA
If this lightbox script is used elsewhere the same problem will occur.
(WCAG Level A)
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1259689/+subscriptions
References