-
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
[IE11] several events aren't triggered until mouse moves off item #45333
Comments
One more, the dashboard |
Pinging @elastic/kibana-app |
This morning NONE of these problems is reproducible. But a new problem is happening on the index pattern delete button where the modal doesn't appear until the mouse is moved. @chandlerprall looked at this particular issue with me and it seems Kibana is thrashing through the euiModal code repeatedly. That might be the cause of flakiness. I'm going to open a new issue on that (see #47133). |
Since Kibana won't be supporting IE 11 from 7.9.0 onwards, we decided to not address this issue until then and thus closing it now. |
Kibana version: master
Elasticsearch version: master
Server OS version: Windows 10
Browser version: Internet Explorer 11
Browser OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.): source
Describe the bug: While trying to test the addition of IE Driver for running functional tests on IE11 I've noticed several cases now where the UI doesn't change after a link is clicked until the mouse is moved.
Steps to reproduce: Case 1 in Index Patterns
?
help icon and the flyout don't appearmoveMouseTo
some other object in my PR after clicking Index Patterns to get the correct behaviorSteps to reproduce: Case 2 in Visualize
+
doesn't appear on the button until you move the mouseSteps to reproduce: Case 3 in Visualize
Create new visualization
, nothing happens until you move the mouseExpected behavior: Mouse users probably wouldn't notice this problem but keyboard users would. And it's going to be a pain to work-around each of these in test automation.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context: This appears to be a regression in master compared to 7.4.0 but my current 7.4.0 Kibana instance has existing index patterns and visualizations so it's not quite the same case.
The text was updated successfully, but these errors were encountered: