← Back to team overview

mahara-contributors team mailing list archive

[Bug 1267239] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3414
Committed: http://gitorious.org/mahara/mahara/commit/bdac0f06557fffc89833e7456967dcfadc1b299c
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit bdac0f06557fffc89833e7456967dcfadc1b299c
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Fri Jun 6 09:27:09 2014 +1200

Adding keybindings to timepicker (Bug #1267239)

Can now adjust hour/minute values with keyboard

The key bindings added for timepicker:
(to avoid clashes with existing key bindings)
ALT+UP: Move hour slider up one step
ALT+DOWN: Move hour slider down one step
SHIFT+LEFT: Move minute slider down one step
SHIFT+RIGHT: Move minute slider up one step

Change-Id: If073908f070eada92dfa4d010f28ed53f7ac3b04
Signed-off-by: Robert Lyon <robertl@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/1267239

Title:
  Replace jscalendar with JQuery UI calendar

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently the DHTML date picker widget (for example the date field on
  /artefact/plans/edit/task.php) is not easy to navigate using a
  keyboard since it opens below all other elements and does not have
  focus set to it - this is confusing for screen reader users since
  activating the button appears to do nothing.

  The current date picker could be modified to be made accessible, or it
  could be replaced with another library (such as a variant of jQuery UI
  datepicker)

  Note that screen readers users can still enter dates manually so this
  is not essential for WCAG compliance.

  Affects latest master (using Orca 3.4.2)

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


References