-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Text input field loses focus while typing #16234
Comments
I saw this problem really bad on 6.2.0 BC1 on Chrome, IE 11, and Edge browsers. And I don't see it at all on 5.6.7 BC1 on Chrome, IE 11, and Edge browsers. |
Is this Chrome on Windows or OSX/Linux? Or all? Does this reproduce on master? |
Reproduced the issue on the 6.x branch today and it blocks running Selenium tests on IE. LE: |
I tried this on master and didn't see an issue. It might be related to less than great hardware running Kibana. Is it possible to test that variable? |
Could you please validate if that's still an issue. I think there were a couple of issues also around EUI elements, so I think that might have been fixed? |
this seems to have been fixed, if encountered again please reopen |
Kibana version: 6.1.3, 6.2.0
Browser version: MS Edge 41.16299
Original install method (e.g. download page, yum, from source, etc.): BC Build
Description of the problem including expected versus actual behavior:
When I try to enter any text in an text input box, the box loses focus any time the vertical line goes on and off and this leads to lost characters. On a normal typing rate, every 3rd character gets dropped, looks to be something to do with type-ahead.
In the gif below I was trying to type the alphabet and you can see how many letters were dropped:
Lee also encountered something similar.
cc @LeeDr
The text was updated successfully, but these errors were encountered: