Side navigation
#6148 closed bug (worksforme)
Opened February 22, 2010 04:54PM UTC
Closed February 26, 2010 05:25PM UTC
Last modified March 01, 2014 12:09AM UTC
.change() even not firing when arrow keys used.
Reported by: | kyled | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.4.2 |
Component: | event | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It looks like the list box demo does not show the correct value when you use the keyboard up and down arrows to navigate through the list. I also found this to be true with the .change() event for dropdowns in recent releases. .change() does not fire until you navigate off the dropdown. This worked in 1.2 believe.
Attachments (0)
Change History (5)
Changed February 26, 2010 05:25PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed February 07, 2011 06:30PM UTC by comment:2
Replying to [comment:1 john]:
It seems to work for me in 1.4.2 - do you have a specific example?
I certainly run into this all the time (tested 1.4.2 / 1.4.4 / 1.5)
Changed August 03, 2011 12:40AM UTC by comment:3
Replying to [comment:1 john]:
It seems to work for me in 1.4.2 - do you have a specific example?
Still the same problem in 1.6.2
Using:
FF 5.0 Win 7
I.E. 8 Win 7
Chrome 12 Win 7
Changed August 03, 2011 01:06AM UTC by comment:4
keywords: | change .change() dropdown |
---|---|
priority: | → low |
Can you provide some resource or reference that states a change
event should be fired when a keypress
event occurs?
Changed March 01, 2014 12:09AM UTC by comment:5
I got the same thing. Using JAWS 14.0 and IE 8. The combo box is created with a select tag. If I click on it with the mouse, it triggers the change event. If I use the tab and UP/DOWN arrow keys, it doesn't.
It seems to work for me in 1.4.2 - do you have a specific example?