Side navigation
#4907 closed bug (duplicate)
Opened July 15, 2009 02:52PM UTC
Closed June 22, 2010 01:56AM UTC
jQuery.fn.width and jQuery.fn.height returns incorrect values for window in Opera
Reported by: | mdevils | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | dimensions | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Opera it returns the size of document body unlike in other browsers.
In evaluating window size in Opera the folowing properties should be used: window.innerWidth and window.innerHeight.