FLUID-161: Keystrokes for navigation and moving orderables should be configurable.

Metadata

Source
FLUID-161
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Joseph Scheuhammer
Created
2008-01-17T10:13:38.000-0500
Updated
2008-04-07T15:11:45.000-0400
Versions
  1. 0.1
Fixed Versions
  1. 0.3
Component
  1. Reorderer

Description

Currently use of the arrow keys for navigating among orderable items and re-ordering them is fixed. They are defined in Reorderer.js. These should be parameterized allowing the Reorderer to be (re)configured in terms of the keystrokes used.

Comments

  • Michelle D'Souza commented 2008-03-18T10:15:44.000-0400

    Revision 4745 implements an interim pluggable key set model for the Reorderer. The next step is to work with multiple key sets so that reordering will work with both the screen reader compatible set as well as the more natural CTRL+arrow keys.

  • Michelle D'Souza commented 2008-03-19T15:52:24.000-0400

    The generic-lightbox example now works with Jaws and Window-Eyes compatible keystrokes: CTRL + i, j, k, m.
    The regular lightbox works with the original keystrokes: CTRL + arrow keys.

    The next step in this refactoring is to allow multiple keysets in the same Reorderer thereby allowing CTRL + arrow keys as well as the screen reader compatible keyset.