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

Documentation web site doesn't work under Chrome/Linux #41

Open
nevkontakte opened this issue Jul 6, 2019 · 1 comment
Open

Documentation web site doesn't work under Chrome/Linux #41

nevkontakte opened this issue Jul 6, 2019 · 1 comment

Comments

@nevkontakte
Copy link

This is how the page renders: screenshot. As you can see, most of the content is missing.

There seems to be an error in the dev console, which I suspect to be the cause:

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
3blotter-site.min.js:32 THREE.WebGLRenderer 89
3blotter-site.min.js:32 Uncaught DOMException: Failed to construct 'ImageData': The input data length is not a multiple of 4.
    at a.Renderer.setSize (https://blotter.js.org/dist/blotter-site.min.js:32:402713)
    at a.Renderer.set width [as width] (https://blotter.js.org/dist/blotter-site.min.js:32:401862)
    at a.<anonymous> (https://blotter.js.org/dist/blotter-site.min.js:32:351011)
    at D (https://blotter.js.org/dist/blotter-site.min.js:32:7597)
    at https://blotter.js.org/dist/blotter-site.min.js:32:7799
    at https://blotter.js.org/dist/blotter-site.min.js:32:1228
    at a.<anonymous> (https://blotter.js.org/dist/blotter-site.min.js:32:350724)
    at D (https://blotter.js.org/dist/blotter-site.min.js:32:7597)
    at https://blotter.js.org/dist/blotter-site.min.js:32:7799
    at https://blotter.js.org/dist/blotter-site.min.js:32:1228
@briangbrown
Copy link

Similar error on Chrome/Windows. Loading https://blotter.js.org/#/basics

Uncaught DOMException: Failed to construct 'ImageData': The input data length is not a multiple of 4.
at a.Renderer.setSize (https://blotter.js.org/dist/blotter-site.min.js:32:402713)
at a.Renderer.set width [as width] (https://blotter.js.org/dist/blotter-site.min.js:32:401862)
at a. (https://blotter.js.org/dist/blotter-site.min.js:32:351011)
at D (https://blotter.js.org/dist/blotter-site.min.js:32:7597)
at https://blotter.js.org/dist/blotter-site.min.js:32:7799
at https://blotter.js.org/dist/blotter-site.min.js:32:1228
at a. (https://blotter.js.org/dist/blotter-site.min.js:32:350724)
at D (https://blotter.js.org/dist/blotter-site.min.js:32:7597)
at https://blotter.js.org/dist/blotter-site.min.js:32:7799
at https://blotter.js.org/dist/blotter-site.min.js:32:1228

Also this deprecation warning:
[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.min.js:2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants