Skip to content

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

@maharazhar

Description

@maharazhar

/! 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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions