-
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
Spy Pane in a Tile map sometimes creates empty whitespace #13137
Comments
Turns out once you get into this state it's difficult to get out, and zooming around and toggling the spy does nothing: I was finally able to get out of this situation by using the |
@stacey-gammon Great work. How did you get the map into the broken state? |
@nreese - By copying the url while watching the tests run and seeing it in an invalid state. It was pretty tough to even get the tests to trigger it. Something I suspect to do with zooming in and out with the spy pane open. I changed the test to avoid doing that and it passed once on ci and once on my local, but will need to give it more runs to see if it really did the trick. |
I think you can also trigger it by modifying the url directly and putting in bad values for map bounds or map center lat/long. There isn't a way in the UI to get those to reset properly. |
I noticed a strange interaction with the spy pane and tile maps which only happens very rarely but is causing a flaky test failure. You can see the history of this test failure here in this screenshot:
@nreese just ran into it in one of his PRs and I saw it in another of my PRs today.
So I played around with this test a bit locally and was able to get tilemaps into a strange state where even after hiding the spy pane, it still takes up strange space in the map:
I think we can fix the flaky test by toggling the spy pane, but it is actually a legit bug, just a very hard to reproduce one, so probably not a high priority. Filing to keep track anyhow.
I'll attempt to fix the flaky test in this PR: #13034
cc @elastic/kibana-visualizations
The text was updated successfully, but these errors were encountered: