ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

Ender Bridge has issues with .width() and .height() on window and document. #119

Closed magebarf closed 10 years ago

magebarf commented 11 years ago

Trying to get the width of the window or document objects throws a "Uncaught TypeError" in Chrome.

Shortest way to trigger the issue is; $(window).width()

I also wrote up a small jsfiddle so you only need to click a button to trigger it; http://jsfiddle.net/magebarf/Lajud/

magebarf commented 11 years ago

Same behavior verified with latest stable versions on Windows 8 (above mentioned chrome being run on OS X):