Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some parts of theme not working when upgrading to 9.1.7 #5417

Closed
4 tasks done
corani opened this issue Apr 24, 2023 · 4 comments
Closed
4 tasks done

Some parts of theme not working when upgrading to 9.1.7 #5417

corani opened this issue Apr 24, 2023 · 4 comments
Labels
bug Issue reports a bug resolved Issue is resolved, yet unreleased if open

Comments

@corani
Copy link

corani commented Apr 24, 2023

Context

No response

Bug description

Even with a trivial example site, it appears the search isn't working. It stays stuck on "Initializing Search".

I'm using: mkdocs-1.4.2, mkdocs-material-9.1.7

Note: when I switch the theme to mkdocs the search works.

Related links

Reproduction

example.zip

Steps to reproduce

$ mkdocs new .
$ mkdocs serve

Now search is working.

Edit mkdocs.yml and add:

theme:
  name: material

Restart mkdocs serve, now the search is stuck on "Initializing search"

Browser

No response

Before submitting

@corani
Copy link
Author

corani commented Apr 24, 2023

After downgrading to mkdocs-material==9.1.6 the search is working again, so it seems to be something in 9.1.7.

@corani
Copy link
Author

corani commented Apr 24, 2023

Second note: downgrading to 9.1.6 also fixes an issue with the left navigation bar not scrolling.

@squidfunk squidfunk added the bug Issue reports a bug label Apr 24, 2023
@squidfunk
Copy link
Owner

Thanks for reporting. The example nicely reproduces the problem. Fixed in f0d506c.

@squidfunk squidfunk changed the title Search not working Some parts of theme not working when upgrading to 9.1.7 Apr 24, 2023
@squidfunk squidfunk added the resolved Issue is resolved, yet unreleased if open label Apr 24, 2023
@squidfunk
Copy link
Owner

Released as part of 9.1.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue reports a bug resolved Issue is resolved, yet unreleased if open
Projects
None yet
Development

No branches or pull requests

2 participants