Opened 15 years ago

Closed 15 years ago

#3082 closed enhancement (fixed)

arrow keys unnecessarily bound in datepicker

Reported by: olpabas@… Owned by: grabanski
Priority: minor Milestone:
Component: ui.datepicker Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:

Description

It would be nice to be able to use the arrow keys to move the cursor around within the text input in order to edit the date.

Currently the datepicker checks the arrow keycodes and if they are accompanied by the ctrl key the date is adjusted otherwise they are ignored. All the needs to be changed is to add an else clause so that if the control key isn't pressed then it sets handled to false.

I don't know if it would be preferable to have this as a configurable option or just to have it as how it works.

Change History (1)

comment:1 Changed 15 years ago by kbwood

Resolution: fixed
Status: newclosed

Fixed - keystrokes not recognised by datepicker are passed on to the field.

Note: See TracTickets for help on using tickets.