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

Dashcontrol export to file is not work in Chrome #208

Closed
ShadowCaty opened this issue Jul 10, 2013 · 1 comment · May be fixed by enterstudio/kibana#83
Closed

Dashcontrol export to file is not work in Chrome #208

ShadowCaty opened this issue Jul 10, 2013 · 1 comment · May be fixed by enterstudio/kibana#83
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@ShadowCaty
Copy link

When I click "Export to File" in dashcontrol, I saw the following error in console (use chrome 18.0.1025.162 m)

TypeError: Illegal constructor
at Object.to_file (http://localhost:8080/LogX_0.4.0Kibana/panels/dashcontrol/module.js:103:16)
at http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:70:430
at http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:143:122
at Object.$eval (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:87:39)
at Object.$apply (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:87:146)
at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:143:104)
at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/jquery-1.8.0.min.js:2:37944)
at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/jquery-1.8.0.min.js:2:33881)

But it is work fine in FF 15.0.1

I search for the solution, and find this problem is similar with $scope.to_file function.

http://stackoverflow.com/questions/15293694/blob-constructor-browser-compatibility

This is work for me!

Maybe it needs to fix in the newer version.

Thx.

@spalger
Copy link
Contributor

spalger commented Aug 20, 2013

As Chrome 18 is over a year old, and issue is not reproducible in recent builds, closing.

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.

2 participants