mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #16532
[Bug 1259394] A change has been merged
Reviewed: https://reviews.mahara.org/2948
Committed: http://gitorious.org/mahara/mahara/commit/99109004a8492c5e8314b3d43c712a4e20679aa5
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 99109004a8492c5e8314b3d43c712a4e20679aa5
Author: Jono Mingard <jonom@xxxxxxxxxxxxxxx>
Date: Wed Jan 22 12:24:54 2014 +1300
Fixed help message positioning (Bug #1259394)
Now uses jQuery to compute the position of the help box. Combining
.position() and .offset() means that relatively positioned elements
in the help box's ancestry don't affect its final position.
For very small screens, the help box now resizes to fit the screen.
For larger screens it's capped at 500px (rather than using percentage
widths as before) to avoid the width being dependent on parent
elements.
Change-Id: Ib65b9795ac25789d653fd20cbe2b2cd46d2d8c75
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/1259394
Title:
Help links in forms are not keyboard-accessible
Status in Mahara ePortfolio:
In Progress
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
References