Side navigation
#4121 closed bug (invalid)
Opened February 11, 2009 05:13AM UTC
Closed August 09, 2009 01:01AM UTC
Interface breaks animate with scrollTop
Reported by: | ewilliams | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | unfiled | Version: | 1.3.1 |
Keywords: | Interface animate scrollTop | Cc: | |
Blocked by: | Blocking: |
Description
Apologies if this is not the right place to file this bug -- I followed the link from the Interface home page.
I'm attempting to use code like the following:
$('#container').animate({scrollTop: 0}, 500);
This works with jQuery but not with Interface. I have tested using Interface 1.2 and jQuery 1.2.6 and 1.3.1 in Firefox 3.0.1 and Safari 3.2.1.
In the attached example there is a div, #container, that contains a bunch of other divs. There is also a button that executes the code above. If you scroll #container down and click the button #container's scrollbar will disappear and reappear but no scrolling will occur. If you remove the interface.js include the code will work.
Thanks,
Eric
Attachments (1)
Change History (1)
Changed August 09, 2009 01:01AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This is probably due to Interface changing Object.prototype, but it's not a bug in jQuery.