Modify ↓
Ticket #10419 (closed bug: invalid)
error in google chrome
| Reported by: | smile.80@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | effects | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
use $(window).animate( {'scrollTop' : 100 }, 1000 );
Uncaught TypeError: Cannot read property 'defaultView' of undefined c.defaultView.c.defaultView.getComputedStyle.bwjquery.min.js:4 f.extend.cssjquery.min.js:4 f.fx.curjquery.min.js:4 f.fn.extend.animate
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.

The window does not have scrollTop. Animate scrollTop on html or the body.