Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab index is not reset if change hanlder triggers further actions #142

Open
cplaetzinger opened this issue Apr 16, 2014 · 0 comments
Open

Comments

@cplaetzinger
Copy link
Contributor

The tab index of the selected value is set to -1 once the gwtchosen gets the focus. It is set back to the original value once the focus is lost. This does not work if a change handler is used. In my case the change handler triggers e.g. some communication with the server and updates of other ui components.
Maybe the tab index should be reset to the original value once the dropdown is hidden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants