#10419 closed bug (invalid)
error in google chrome
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 follow-up: 3 Changed 11 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
comment:3 Changed 11 years ago by
Replying to timmywil:
The window does not have scrollTop. Animate scrollTop on html or the body.
If the window does not have scrollTop, how come this works as expected: $(window).scrollTop(100)
Note: See
TracTickets for help on using
tickets.
The window does not have scrollTop. Animate scrollTop on html or the body.