Opened 15 years ago
Closed 14 years ago
#3050 closed bug (invalid)
innerHeight/Width on window return null
Reported by: | aviflombaum | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | dimensions | Version: | 1.2.6 |
Keywords: | innerHeight, innerWidth, window | Cc: | |
Blocked by: | Blocking: |
Description
Calling innerHeight or innerWidth in $(window) fails, returns nothing:
$(window).innerHeight(); $("body").innerHeight();
624
Seems to bring up a NS_ERROR_XPC_BAD_CONVERT_JS error in Firefox on OS X.
Note: See
TracTickets for help on using
tickets.
See also #4100.