Opened 14 years ago
Closed 13 years ago
#4907 closed bug (duplicate)
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.
Change History (2)
comment:1 Changed 14 years ago by
Component: | unfilled → dimensions |
---|---|
Owner: | set to brandon |
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Dup of #3117.