Skip to main content

Bug Tracker

Side navigation

#3658 closed bug (invalid)

Opened November 27, 2008 02:20PM UTC

Closed November 27, 2008 03:17PM UTC

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

$('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

Attachments (0)
Change History (1)

Changed November 27, 2008 03:17PM UTC by flesler comment:1

cc: → naugtur
component: unfilledoffset
description: \ $('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$('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
resolution: → invalid
status: newclosed

That's not the correct way of doing that.

Try using jQuery.ScrollTo.