Fix document.defaultView
Reported by sephr | March 4th, 2010 @ 04:33 PM
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 March 4th, 2010 @ 04:36 PM
- Tag set to views
-
sephr March 17th, 2010 @ 04:57 PM
- Assigned user set to Thatcher
-
John Firebaugh April 19th, 2010 @ 11:41 AM
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