impressivewebs / HTML9-Responsive-Boilerstrap-js

HTML9 Responsive Boilerstrap JS
https://html9responsiveboilerstrapjs.com/
1.41k stars 228 forks source link

Needs Support for signed 64-bit window dimensions. #136

Closed lfricken closed 8 years ago

lfricken commented 8 years ago

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 a 256 bit to cover things into the near future, like Windows 12 support.