Opened 15 years ago
Closed 14 years ago
#3481 closed bug (duplicate)
$(window).height() doesn't work properly on Opera 9.60.
Reported by: | moxiecode | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | dimensions | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It seems that the $(window).height() doesn't work properly on Opera. To fix this add window.innerHeight to jQuery since that property is correct.
Note: See
TracTickets for help on using
tickets.
Dup of #3117.