Open bradvogel opened 9 years ago
It appears to be caused by running the transaction manager (and placing markers) on every keystroke. So this will likely be mitigated by https://github.com/guardian/scribe/issues/98.
Thanks for pointing this out. You're right it probably will be fixed by https://github.com/guardian/scribe/issues/98, although I'm not sure much progress on that is being made.
When typing in the scribe basic example (http://guardian.github.io/scribe/) in Firefox, the spellcheck red underline appears when I'm in the middle of typing a word. The default contenteditable behavior is to wait to check spelling until I enter a space.
In Chrome it only happens when typing in a paragraph that isn't the last one. To repro this on http://guardian.github.io/scribe/, add a new line before "Hello World!" and start typing a word.
It doesn't appear to happen in Safari.