Opened 14 years ago
Closed 14 years ago
#3658 closed bug (invalid)
scrolltop scrolls FROM top in opera on fedora
Reported by: | naugtur | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | offset | Version: | 1.2.6 |
Keywords: | scrolltop opera linux | Cc: | naugtur |
Blocked by: | Blocking: |
Description (last modified by )
$('html,body').scrollTop(trgoffset); or animate with that kind of parameters
jumps to the top of the page and then scrolls to the choosen point.
observed in opera 9.27 on fedora 9
Change History (1)
comment:1 Changed 14 years ago by
Cc: | naugtur added |
---|---|
Component: | unfilled → offset |
Description: | modified (diff) |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That's not the correct way of doing that. Try using jQuery.ScrollTo.