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

Needs Support for signed 64-bit browser window dimensions. #137

Open
lfricken opened this issue Apr 28, 2016 · 0 comments
Open

Needs Support for signed 64-bit browser window dimensions. #137

lfricken opened this issue Apr 28, 2016 · 0 comments

Comments

@lfricken
Copy link

For complicated reasons I won't get into, I'm trying to make a website with this embedded, but when trying to make either of the browser window dimensions either above around 4 billion pixels wide, or negative, it crashes. I tracked this down to the fact that its using unsigned 32-bit integers for window dimensions. This can be solved by upgrading to signed 64 bit integer, which makes the limit high and low enough (for me at least). I would recommend two 256 bit ints to cover things into the near future, like Windows 12 support.

@lfricken lfricken changed the title Needs Support for signed 64-bit window dimensions. Needs Support for signed 64-bit browser window dimensions. Apr 28, 2016
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

1 participant