Closed
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
mkdocs
orreadthedocs
themes... the problem persists when all overrides are removed, i.e.custom_dir
,extra_javascript
andextra_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_list
andmd_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_html
System information
- Operating system: Windows 10
- Browser: Opera GX LVL3 (core: 83.0.4254.70), Firefox 97.0.1
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
squidfunk commentedon Mar 26, 2022
Thanks for reporting! Fixed in
72975c7
. There was indeed a side effect for annotations when instant loading was enabled. Sorry this took so long – I was on vacation in the meantime 😉squidfunk commentedon Mar 27, 2022
Released as part of 8.2.8+insiders-4.12.0.