-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Contribution guidelines
- I've read the contribution guidelines and wholeheartedly agree
I've found a bug and checked that ...
- ... the problem doesn't occur with the
mkdocsorreadthedocsthemes - ... the problem persists when all overrides are removed, i.e.
custom_dir,extra_javascriptandextra_css - ... the documentation does not mention anything about my problem
- ... there are no open or closed issues that are related to my problem
Description
Annotations (https://squidfunk.github.io/mkdocs-material/reference/annotations/) does not work when the theme feature navigation.instant is enabled.
Expected behaviour
Animations should work as it does in the officiel docs: https://squidfunk.github.io/mkdocs-material/reference/annotations/
Actual behaviour
Annotations does not close as shown in the gif.
Steps to reproduce
- Use a clean mkdocs project
- Use the material theme with insiders
- Enable the theme feature
navigation.instant - Enable the markdown extensions
pymdownx.superfences,attr_listandmd_in_html
Package versions
- Python 3.10.2
- MkDocs 1.2.3
- Material 8.2.5+insiders.4.11.0
Configuration
site_name: Irezia - Wiki
repo_name: Irezia-Wiki on GitHub
copyright: "© 2022 Irezia"
docs_dir: docs
theme:
name: material
features:
- navigation.instant
markdown_extensions:
- pymdownx.superfences
- attr_list
- md_in_htmlSystem information
- Operating system: Windows 10
- Browser: Opera GX LVL3 (core: 83.0.4254.70), Firefox 97.0.1
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
