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

Autoscroll not working #150

Open
denischernow opened this issue Nov 2, 2022 · 1 comment
Open

Autoscroll not working #150

denischernow opened this issue Nov 2, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@denischernow
Copy link

Please describe the bug you are seeing

Scroll does not work correctly when following a link.
When selecting the found result, the scroll works in 50% of cases.

How can we best reproduce the bug?

  1. Fill in the search input
  2. Click on one of the found results.
  3. Repeat several times

Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?

├─┬ @cmfcmf/docusaurus-search-local@0.11.0
│ └── @docusaurus/core@2.1.0 deduped
├── @docusaurus/core@2.1.0
├─┬ @docusaurus/preset-classic@2.1.0
│ ├── @docusaurus/core@2.1.0 deduped
│ ├─┬ @docusaurus/plugin-content-blog@2.1.0
│ │ └── @docusaurus/core@2.1.0 deduped
│ ├─┬ @docusaurus/plugin-content-docs@2.1.0
│ │ └── @docusaurus/core@2.1.0 deduped
│ ├─┬ @docusaurus/plugin-content-pages@2.1.0
│ │ └── @docusaurus/core@2.1.0 deduped
│ ├─┬ @docusaurus/plugin-debug@2.1.0
│ │ └── @docusaurus/core@2.1.0 deduped
│ ├─┬ @docusaurus/plugin-google-analytics@2.1.0
│ │ └── @docusaurus/core@2.1.0 deduped
│ ├─┬ @docusaurus/plugin-google-gtag@2.1.0
│ │ └── @docusaurus/core@2.1.0 deduped
│ ├─┬ @docusaurus/plugin-sitemap@2.1.0
│ │ └── @docusaurus/core@2.1.0 deduped
│ ├─┬ @docusaurus/theme-classic@2.1.0
│ │ └── @docusaurus/core@2.1.0 deduped
│ └─┬ @docusaurus/theme-search-algolia@2.1.0
│ └── @docusaurus/core@2.1.0 deduped
└─┬ docusaurus-plugin-sass@0.1.15
└── @docusaurus/core@2.1.0 deduped

Which Node.js version are you using?

v16.15.1

Which theme are you using?

Yes, I am using @docusaurus/theme-classic

How does your plugin config look like?

	[
		require.resolve("@cmfcmf/docusaurus-search-local"),
		{
			lunr: {
				tokenizerSeparator: /[\s]+/
			}
		}
	]

Additional context

No response

@denischernow denischernow added the bug Something isn't working label Nov 2, 2022
@raphmim
Copy link

raphmim commented Dec 18, 2023

Hello, we are experiencing the same bug and it's a big obstacle to using the search feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants