Search and Top Navigation
#5240 closed bug (wontfix)
Opened March 01, 2010 06:40AM UTC
Closed April 03, 2013 04:17PM UTC
Arrow keys don't work on datepicker field in Opera 9.64+
Reported by: | Eyeless | Owned by: | Eyeless |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Pressing arrow keys on field with attached datepicker does nothing. Ctrl+arrow combinations still work.
Appears in every Opera version from 9.6, including 10.50 beta.
All other major browsers work properly.
Attachments (0)
Change History (10)
Changed March 10, 2010 05:11PM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed March 04, 2011 12:40PM UTC by comment:2
_doKeyPress event handler filters out keys with codes 35,36,37,39 (END,HOME,LEFT,RIGHT). In Opera it prevents default action.
Changed May 06, 2011 10:31PM UTC by comment:3
Changed November 11, 2011 09:52AM UTC by comment:4
The issue is more than cosmetic since some other keys are affected, including DEL or F5.
Test case: http://jsbin.com/eqarur
Changed February 27, 2012 03:13PM UTC by comment:5
status: | new → open |
---|
Still valid. That pull request did not help.
Changed July 12, 2012 09:12AM UTC by comment:6
Changed October 11, 2012 02:43PM UTC by comment:7
milestone: | 1.9.0 → 1.11.0 |
---|
Changed April 03, 2013 03:24PM UTC by comment:8
owner: | → Eyeless |
---|---|
status: | open → pending |
I updated the test case to use actual version numbers: http://jsbin.com/eqarur/3/edit
The ticket was filed against 1.7.2, but the test case used 1.8.13 (and latest core + latest theme).
I'm not seeing any problems in current Opera (12.14). Is this just no longer a problem or is the test case or bug description not adequate?
Changed April 03, 2013 04:15PM UTC by comment:9
status: | pending → new |
---|
Tried the test case with latest Opera, looks like it is working now and issue is no longer actual.
Should there be any actions from me according to the issue lifecycle?
Changed April 03, 2013 04:17PM UTC by comment:10
resolution: | → wontfix |
---|---|
status: | new → closed |
Nope, thanks for confirming. I'll close as wontfix since it now applies only to browser we no longer support.