electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
237 stars 83 forks source link

Handle contenteditable in attachInput #86

Closed alexstrat closed 7 years ago

alexstrat commented 7 years ago

Fix https://github.com/electron-userland/electron-spellchecker/issues/84

paulbennet commented 5 years ago

Hello .. will this PR get accepted ? The spellchecker is not working on contenteditables on windows, linux platforms.

This might be a solution !

PS: Apologies for reviving a year old conversation

tidg commented 4 years ago

Hi, Can you validate this PR in order to be able to use the power of electron-spellchecker in contenteditable element. I don't want to override the core with a specific workaround. The code proposed by @alexstrat perfectly meets the need. Thank you !