Skip to main content

Search and Top Navigation

#3082 closed enhancement (fixed)

Opened July 10, 2008 05:14AM UTC

Closed July 18, 2008 03:56PM UTC

arrow keys unnecessarily bound in datepicker

Reported by: olpabas@hotmail.com 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.

Attachments (0)
Change History (1)

Changed July 18, 2008 03:56PM UTC by kbwood comment:1

resolution: → fixed
status: newclosed

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