-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Browser spell checking doesn't correct incorrect word #665
Comments
Replicated the problem in a codesanbox: 2024-07-04.16-29-57.mp4Link: https://codesandbox.io/p/sandbox/codemirror-spellcheck-gxy26p Apparently, the problem only happens in Chrome and Chrome based browsers like Brave and Edge, it works normally on Firefox. My chrome version is |
Hey! Sorry to bother again 😅 Any news about this? |
@atilara I tried to help you solve the issue. I tested it and found that the problem might only exist in Next.js. |
@jaywcjlove Thanks for taking your time to try to find a solution and answer this issue. Is it supposed to work on the link you provided? It doesn't work here on chrome, only on firefox and other browsers that are not chrome based. The example you sent uses React or Next? It doesn't work on the CodeSandbox I sent and it runs on React there |
2024-07-23.01.40.13.mp4@atilara There are no issues in development mode, but the error reoccurs after deployment. I don't know why. 2024-07-23.01.38.11.mp4 |
@jaywcjlove That's weird. It doesn't work anywhere here, the problem is present on development and deployment. Do you think this could be a problem from codemirror itself? |
@jaywcjlove any way we could investigate this? Do you think the spellcheck extension is not being recognized? |
@atilara I've investigated the error, but I couldn't find the cause of the issue. |
Hey,
The words are not corrected when I right click on a word and click on a suggestion:
2024-06-26.10-25-20.mp4
That's the setup I did:
Any idea on how to fix that?
I'm using Next.js using app router and version
^4.22.2
of the@uiw/react-codemirror
. Couldn't replicate on a code sandbox because it works properly there.The text was updated successfully, but these errors were encountered: