-
Notifications
You must be signed in to change notification settings - Fork 326
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
Search button/field broken on local development build #1654
Comments
can you check the browser console? It sounds like some JS is raising an error during page load, thus preventing the search-related JS from ever executing. I see that b36c6d8 included a new |
When I mouseover the search field in the console I get
When I try clicking on the search field nothing else comes up. |
and if you scroll back in the browser console, there are no errors thrown earlier (during page load) related to the version switcher? Does the version switcher look ok / work normally in the site? |
That looks like the culprit to me... Ah! OK sorry, I missed that you were using I'm not saying we shouldn't try to fix this... but maybe with |
Yes, |
With a local development build of the theme, searching appears to be broken. When I click on the search field nothing happens, where a search box should appear in the middle of the website. Pressing
cmd+k
does not work either, and instead opens the search bar of my browser.I'm on current main (fff6837) and built the docs using
nox -s docs
. Not really sure what other debug info would be useful, but happy to help!(I found this when trying to debug another search issue, but if I can't get search to work in a vanilla build then I don't have much hope tracking down my other issue 😄 )
The text was updated successfully, but these errors were encountered: