Fix document.defaultView
Reported by sephr | 2010-03-04 16:33:49 UTC
Currently, document.defaultView is an object with
only a getComputedStyle() method. The default view is
actually supposed to be a document's AbstractView
instance, also referenced as window, so
document.defaultView should ===
window.
Comments and changes to this ticket
-

sephr 2010-03-04 16:36:57 UTC
- Tag set to views
-

sephr 2010-03-17 16:57:20 UTC
- Assigned user set to Thatcher
-

John Firebaugh 2010-04-19 11:41:03 UTC
This causes the following jQuery snippet to fail:
$(document).scrollLeft(); -

Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
a javascript browser environment