-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed as not planned
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executionstatus: needs triageThis issue has not been triaged by maintainersThis issue has not been triaged by maintainers
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Prerequisites
- I'm using the latest version of Docusaurus.
- I have tried the
npm run clearoryarn clearcommand. - I have tried
rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages. - I have tried creating a repro with https://new.docusaurus.io.
- I have read the console error message carefully (if applicable).
Description
Screen.Recording.2026-02-07.at.10.21.39.PM.mov
Reproducible demo
Steps to reproduce
Please refer to the video in description. See bottom left for the pressed keys. It happens when the search box is focussed and you press Cmd+Opt+I. It then gets in some broken state and browser shortcuts like Cmd+R also stop working.
Edit: I think probably keydown is being intercepted (by docsearch maybe?) even when meta is pressed, and the extracted key can be Dead:
https://w3c.github.io/uievents/tools/key-event-viewer.html
Expected behavior
The browser devtools open.
Actual behavior
The search box opens with "Dead" as input. It probably shouldn't intercept things when Ctrl or Meta (Cmd) is in modifiers.
Your environment
- Public source code: https://github.com/facebook/docusaurus
- Public site URL: https://docusaurus.io/
- Docusaurus version used: 3.9.2
- Environment name and version (e.g. Chrome 89, Node.js 16.4): Chromium 144.0.7559.96
- Operating system and version (e.g. Ubuntu 20.04.2 LTS): macOS 26.2
Self-service
- I'd be willing to fix this bug myself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executionstatus: needs triageThis issue has not been triaged by maintainersThis issue has not been triaged by maintainers