Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.78k stars 723 forks source link

TabNavigation issue on Select(dropdown) control from Input keyboard control #489

Closed maharazhar closed 7 years ago

maharazhar commented 8 years ago

/! jQuery UI Virtual Keyboard v1.26.4 *// When you press tab button from input which has instance of keyboard, the focus get to next control, that is working good, but in case the next control is drop down, it ignores that dropdown, and navigate to next button or input or textarea or a tag control. I found that fix by changing code at line # 1476 all = $('button, input, textarea, a') to all = $('button, input, textarea, select, a')

Is it good fix?

Mottie commented 7 years ago

Hi @maharazhar!

Sorry it has taken me so long to respond! Yes, adding "select" to that binding would be a good fix. I'll have it available in the next update!