Replies: 1 comment 6 replies
-
Thanks for reporting. Are you observing the same behavior on our own documentation, e.g. here? In any case, we would need a minimal reproduction to investigate. Please read the bug reporting guidelines carefully and create a new issue with a minimal reproduction. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to #4598
Context
The tabs have unnatural behavior of jumping with is kinda annoying for certain cases.
Issue Description
So assume I am reading this
Clicking the same tab itself doesn't jump me down, but only anchor the link
/path/to/folder/title.html#tab_title
Clicking the different tab will make me jump down
But it sometimes annoyed me if I just want to open it and then move down slowly, or at least it should have a gliding effect instead of a sudden jump.
It is possible to add attributes to control this behavior or javascript to make it smooth ?
Minimal Base Yaml
Configuration
Latest version mkdocs.
Latest version insider pymdown.
Local-host: Acer Nitro 5 Laptop
Online-host: Gitlab
System: Window
Browser: Chrome
Suggestion:
===#
to make it able to jump===$
to make it able to glide smoothly===
will only open the tab naturallyor
click
to opendouble click
to closequick double click
to jumpor
click
top openhold click
to jumpor
allow attributes to be added { no.jump }
Application
Make it less of unintended unnatural jumping
Related Links
https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions
https://facelessuser.github.io/pymdown-extensions/extensions/tabbed
Before Startings The Discussions
master
(for the sake of overall functionality).Beta Was this translation helpful? Give feedback.
All reactions