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

Spellchecker regression in v3.x #16412

Closed
fxha opened this issue Jan 15, 2019 · 2 comments
Closed

Spellchecker regression in v3.x #16412

fxha opened this issue Jan 15, 2019 · 2 comments

Comments

@fxha
Copy link

fxha commented Jan 15, 2019

  • Output of node_modules/.bin/electron --version: v3.1.1 (maybe v4.0.x too)
  • Operating System (Platform and Version): Linux 4.19.x
  • Output of node_modules/.bin/electron --version on last known working Electron version (if applicable): v2.0.16

Expected Behavior

Spell checking should always work and highlight all misspelled words in a textarea and contenteditable block.

Actual behavior

Spell checking only works for short text lines. If you use longer lines or words, only the selected line is red highlighted.

To Reproduce

$ git clone https://github.com/fxha/electron-3-spellcheck
$ npm install
$ npm run start

Screenshots

electron_spellchecking

Additional Information

#13608 was a similar issue.

@welcome
Copy link

welcome bot commented Jan 15, 2019

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@nornagon
Copy link
Member

This matches Chrome's behaviour and is working as expected.

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

No branches or pull requests

2 participants