Opened 13 years ago
Closed 13 years ago
#5956 closed bug (invalid)
.innerHeight() & innerWidth() failed to run under firefox 3.5.7
Reported by: | chwkai | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.2 |
Component: | unfiled | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the $(document).innerHeight() and $(document).innerWidth() failed to run under the firefox 3.5.7. with its error information:
elem.ownerDocument is null var defaultView = elem.ownerDocument.defaultView;
Note: See
TracTickets for help on using
tickets.
Please attach a test case.