Material for MkDocs v9.1.12 appears to break the abbreviation tooltips on hover
#5529
HonkingGoose
started this conversation in
General
Replies: 1 comment 6 replies
-
|
Thanks for noting! That is extremely weird, because there were no changes whatsoever to the CSS or JS between version 9.1.12 and 9.1.13 (check the diff). However, since you report that it's fixed in 9.1.13, I'm not sure we should invest time and investigate. |
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.
-
First off, thanks again for making such cool software with you and your contributors! ❤️
I found a possible regression in Material for MkDocs
v9.1.12. Summary:v9.1.12is the "bad commit"v9.1.11as good withgit bisect goodv9.1.13makes the abbreviation tooltips work againOn the Renovate docs, the abbreviation tooltips 1 stopped working. I ran
git bisect2 to find the commit that causes the problem. According togit bisectthe problem is with the commit that updated us tomkdocs-material v9.1.12: 3I know you usually want a minimal reproduction, which is a bit tricky, because we're patching in a lot of docs from other places in our build process. So giving you my
git bisectresults is the best that I can do, unfortunately. I still wanted to let you know that something broke.Footnotes
https://squidfunk.github.io/mkdocs-material/reference/tooltips/#adding-a-glossary ↩
https://git-scm.com/docs/git-bisect ↩
https://github.com/renovatebot/renovatebot.github.io/issues/287 ↩
Beta Was this translation helpful? Give feedback.
All reactions