-
Notifications
You must be signed in to change notification settings - Fork 50
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
gwtchosen-142 Tab index is not reset if change handler triggers further ... #143
Conversation
…er actions Call closeField before firing the change event in order to restore tab index settings.
Possible? Did you assert that it fixes the problem? Could you write a test? |
I disagree with this change and it seems to be a change specific for your need. Tab index should be set back only when the component loses the focus. If I understand correctly, your issue comes from the fact that the ui is updated and the chosen component doesn't have the focus anymore and tab index is not set back to the original value (so it means that the component doesn't receive the blur event... ) ? How do you update your ui ? |
What do we do with this? @jDramaix |
I'm against this change and waiting more info from @cplaetzinger . |
What we do can be summarized as follows:
|
Last commit was more than 6 months ago. Closing. Feel free to reopen a pull request as needed. |
Possible fix for #142