Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Dup of #3117.