cferdinandi / tabby

Lightweight, accessible vanilla JS toggle tabs.
MIT License
598 stars 73 forks source link

Page scrolls when click active tab #57

Closed mpmp0 closed 8 years ago

mpmp0 commented 8 years ago

Clicking on each tabs is fine, and changes the pane accordingly. I just don't like it when clicking the tab when its active, scrolls the page to the pane. Possible that an option can be created to disable this? This can be tested by going to the demo http://cferdinandi.github.io/tabby/#tabb and making the height of the browser < 330.

cferdinandi commented 8 years ago

I agree. This is a bug that didn't show up in testing, and an easy one to fix. Thanks for letting me know. I'll address this asap.

cferdinandi commented 8 years ago

Fixed with v 10.0.5: https://github.com/cferdinandi/tabby/pull/58