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

Speech marks in field breaks pie mouseover #6137

Closed
jimmyjones2 opened this issue Feb 5, 2016 · 12 comments · Fixed by #6228
Closed

Speech marks in field breaks pie mouseover #6137

jimmyjones2 opened this issue Feb 5, 2016 · 12 comments · Fixed by #6228
Assignees
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@jimmyjones2
Copy link
Contributor

curl -XPOST "http://localhost:9200/test/test/" -d'
{
    "noindex": "hello\"world"
}'

Then do a pie visualisation, terms aggregation on noindex and move the mouse over the pie:
kbn-speechmark-error
Also happens with vertical bar when split by bar

@glmrenard
Copy link

+1
Same message on 4.4.0, see #6101

@PSiAU
Copy link

PSiAU commented Feb 11, 2016

+1
Seeing the error in 4.4
voila_capture 2016-02-12_12-00-18_pm

@bene1988
Copy link

+1
Having this issue if i do a mouseover in my dashboard. Using:
Version: 4.4.1
Build: 9693

Error:
Error: Error: Syntax error, unrecognized expression: data-label=""0""
WEBPACK_AMD_DEFINE_RESULT</window.onerror@http://logs.my-domain.de/bundles/commons.bundle.js?v=9693:63833:25

@dkulikow
Copy link

+1

@KptnKMan
Copy link

+1
Getting the same error using Kibana 4.4.0 in the (Elastic-provided) sample dashboards 1.1.1 for topbeat, when mousing over 'Disk Utilization over time' area chart.

Version: 4.4.0
Build: 9689

Error:

Error: Uncaught Error: Syntax error, unrecognized expression: [data-label="C:\"] (https://myclusterurl.com/bundles/commons.bundle.js?v=9689:19744)
    at window.onerror (https://myclusterurl.com/bundles/commons.bundle.js?v=9689:63833:25)

@NotoriousREV
Copy link

+1

Also in 4.4.0 Build: 9689

@ddes
Copy link

ddes commented Feb 25, 2016

Same thing here:

Version 4.4.1
Build 9693

@wuyouzi
Copy link

wuyouzi commented Feb 26, 2016

+1

@samcday
Copy link

samcday commented Feb 29, 2016

Sorry to +1 but ... +1 :) Shouldn't this be a top priority bug? I see no workaround and it renders many dashboards totally unusable :(

@spalger
Copy link
Contributor

spalger commented Feb 29, 2016

@samcday #6228 is in and should take care of this soon.

@surry355f1
Copy link

+1
I had exactly the same issue when doing split bar graphs with Filters. I needed to have double quotes in the Filter. This caused the crash when i moused over the graph. I found that adding a label to the filter without the quotes was a simple and quick work-around.

@TheBig159
Copy link

+1 I have the same problem with a histogram (created with a term aggregation) where the data that are represented may contain quotes so they appear in the labels. I don't have chances to change the data so I'm stuck.
Any idea on how to work around this without rebuilding the index, changing the parsers and so on?
Thanks.
Regards
TheBig

PS: the dashboard crash every time I pass on the visualization with the mouse or I pass on the legend

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.