I have a project where I am using quicktabs for loading product details. Each tab has various features and information of varied depth. When switching between tabs and the content is different lengths, the page always returns to the top on_click.

Is there a way to avoid this so that the page stays in its current position rather than scrolling to the top?

Thanks for the great module!

Comments

pasqualle’s picture

Issue tags: -quicktabs, -scrolling

the page always returns to the top

that should not happen. The page should stay in the position where you clicked.

The only scrolling to top happens when the tab click makes a full page reload. This can be seen when you have javascript disabled in your browser. Is the page reloaded when you click on the tab link?

similar issue: #432094: Quick Tabs jumps to menu when clicked

pasqualle’s picture

you may try out the -dev release also, it seems it fixed a similar issue #579532: Screen "Jumps" to Menu in only Safari/Chrome

jlmeredith’s picture

Status: Active » Closed (fixed)