Skip to content
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

Tilemap filtering causes visualize exception #8946

Closed
skearns64 opened this issue Nov 2, 2016 · 1 comment
Closed

Tilemap filtering causes visualize exception #8946

skearns64 opened this issue Nov 2, 2016 · 1 comment
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Coordinate Map Feature:Visualizations Generic visualization features (in case no more specific feature label is available)

Comments

@skearns64
Copy link

Kibana version: 5.0.0

Elasticsearch version: 5.0.0

Browser version: Chrome

Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud

Description of the problem including expected versus actual behavior: On a tilemap, if I click on the draw a rectangle button, then click on the fit data bounds button, it adds a filter with the same top and bottom bounds.

I originally clicked on the draw a rectangle button by accident, but I assumed that clicking the other button would cancel the draw a rectangle button, because I had initiated a different action.

Steps to reproduce:
map_exception

@thomasneirynck thomasneirynck added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Feature:Coordinate Map bug Fixes for quality problems that affect the customer experience labels Nov 2, 2016
@thomasneirynck thomasneirynck self-assigned this Nov 2, 2016
@thomasneirynck
Copy link
Contributor

@skearns64 ugh, I can't reproduce this. It seems it was pretty easy for you to repro since you were able to make the video.

What seems to be happening is that you're dragging a rectangle of width=0 between the two buttons, which also would explain why your cursor is changing from a pointer to the crosshairs as your mouse moves between the two buttons.

I'm wondering why the controls think you are dragging a box, when in fact you're just clicking buttons.

Either way, this is a Kibana issue. It shouldn't filter when the bounding box doesn't have a valid width (which causes ES to spit out the error). That needs a fix regardless.

If you can think of any more tips&tricks to try and repro this, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Coordinate Map Feature:Visualizations Generic visualization features (in case no more specific feature label is available)
Projects
None yet
Development

No branches or pull requests

2 participants