-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Selection lost on alt tab #12
Labels
enhancement
New feature or request
Comments
when browser tab change.the input field will call onblur and then window.onblur will call. |
i have release a new version to fix this issue. |
fix a bug.when switch tab fast (eg. hold Ctrl + tab) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When selecting an input field and then alt tabbing out of the browser (chrome) causes the current inputfield selection to be lost.
This is different from a browser's and unity's default behavior where it keeps its selection after an alt tab.
This can cause issues with for instance password managers that auto fill in fields or if the user wants to copy something into his current selection from another window.
It would be nice that the current selection would be kept on alt tabbing.
The text was updated successfully, but these errors were encountered: