-
Notifications
You must be signed in to change notification settings - Fork 0
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
Chrome text selection in neighboring element glitch #1
Comments
This stackoverflow answer might be the solution: https://stackoverflow.com/a/28654521/4941356 EDIT: tried it and failed. Neither the anchor element wrapper nor AGAIN: added an anchor to the template, outside of SVG, succeeded at giving it focus, and the text-selection glitch does not go away. So it looks like the null |
I have worked around this by calling I am leaving this issue open and labeling it as "browser" so that I am reminded to submit an issue for Chrome. |
See https://issues.chromium.org/issues/388066440 The previously mentioned workaround stopped working. I have a new one that leaves the text unselected, but flickers. |
Using the in-number.html app page as an example:
When
document.activeElement === this && this._dom.activeElement === null
in Chrome and you click repeatedly on the spinner buttons, the browser starts selecting text in the next element on the page, the "Font:" label.input
.The text was updated successfully, but these errors were encountered: