Reviewed: https://reviews.mahara.org/2881 Committed: http://gitorious.org/mahara/mahara/commit/79685b9efa02ae361441a3f99f6f94cd13b27eef Submitter: Robert Lyon ([email protected]) Branch: master
commit 79685b9efa02ae361441a3f99f6f94cd13b27eef Author: Jono Mingard <[email protected]> Date: Tue Jan 7 17:32:42 2014 +1300 Fix contextual help message positioning (Bug #1259394) Removed class "rel" from subpages and other key areas since having a parent with position:relative causes help messages to be displayed in the wrong place. Change-Id: Ibe18afcc9515089f7b8b90eb6fa76b7f19e49259 Signed-off-by: Jono Mingard <[email protected]> -- 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/1259394 Title: Help links in forms are not keyboard-accessible Status in Mahara ePortfolio: Fix Committed Bug description: Currently, users of screen readers can see help links (the blue icons in forms) and can activate them but cannot easily interact with the popup that appears since it's inserted into the HTML in a different place from the link. A possible way to do this is - Add tabindex="-1" to the popup title - Focus the title using JS when the popup is loaded - Lock keyboard focus to the popup while it is open using ARIA attributes Affects latest master (WCAG Level A) To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1259394/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

