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

Fixed #843 by restoring tabindex when tabing out of editor #889

Merged
merged 1 commit into from
May 30, 2019

Conversation

TonisPiip
Copy link
Contributor

Fixed issue #843
When tabbing out of editor, we don't want to remove the tabindex attr, as that will make it so it is impossible to open the editor with tab ever again.

Also set the timeout var to this.tabindexTimeout and clear it on the start of the method.
Reason being in my env sometimes the method is run twice, as when entering the editor the data changes, causing two updates, and due to the timeout the tab-index of 0 is restored, this making it impossible to shift-tab out of the editor as it will always open the current editor.

@cagataycivici cagataycivici merged commit 8a77215 into primefaces:master May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants