Side navigation
#10419 closed bug (invalid)
Opened October 04, 2011 06:23PM UTC
Closed October 04, 2011 06:51PM UTC
Last modified March 24, 2012 02:22PM UTC
error in google chrome
Reported by: | smile.80@bk.ru | 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
Attachments (0)
Change History (3)
Changed October 04, 2011 06:51PM UTC by comment:1
component: | unfiled → effects |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
Changed March 24, 2012 02:22PM UTC by comment:3
Replying to [comment:1 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)
The window does not have scrollTop. Animate scrollTop on html or the body.