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

Search does not close in 5.0.0 RC 1 #1505

Closed
4 tasks done
cbenhagen opened this issue Mar 11, 2020 · 3 comments
Closed
4 tasks done

Search does not close in 5.0.0 RC 1 #1505

cbenhagen opened this issue Mar 11, 2020 · 3 comments
Labels
bug Issue reports a bug

Comments

@cbenhagen
Copy link

cbenhagen commented Mar 11, 2020

I checked that...

  • ... the documentation does not mention anything about my problem
  • ... the problem doesn't occur with the default MkDocs template
  • ... the problem is not in any of my customizations (CSS, JS, template)
  • ... there are no open or closed issues that are related to my problem

Description

When clicking on a search result, the search results list is not being closed.

Package versions

  • Python: 3.8.1
  • MkDocs: 1.1
  • Material: 5.0.0rc1

Project configuration

site_name: "test"
theme:
  name: 'material'
  language: 'en'

markdown_extensions:
  - admonition
  - attr_list
  - pymdownx.betterem:
      smart_enable: all
  - pymdownx.caret
  - pymdownx.critic
  - pymdownx.emoji:
      emoji_generator: !!python/name:pymdownx.emoji.to_svg
  - pymdownx.inlinehilite
  - pymdownx.magiclink:
      hide_protocol: True
  - pymdownx.mark
  - pymdownx.smartsymbols
  - pymdownx.superfences
  - pymdownx.tasklist:
      custom_checkbox: true
  - pymdownx.tilde

System information

  • OS: macOS 10.15.3
  • Browser: Safari / Chrome
@squidfunk
Copy link
Owner

Confirmed, thanks!

@squidfunk squidfunk added the bug Issue reports a bug label Mar 11, 2020
@squidfunk
Copy link
Owner

Fixed in c0abaf5. The JavaScript code still needs some refactoring, but it should work for now.

@squidfunk
Copy link
Owner

Just released RC 2. Please re-open if the issue persists.

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

No branches or pull requests

2 participants