bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 150 forks source link

Accented characters after a space renders an extra accent #696

Closed mbillard closed 4 years ago

mbillard commented 5 years ago

Issue

When typing a word that starts with an accented character (such as the single letter word "à" in French), an extra accent appears instead of the space before the word.

How to reproduce

You need a keyboard layout that supports typing accented characters in this way: type accent first, then type the letter (ex: "`" then "a").

Expected

Some characters à

Actual

Some characters`à

mbillard commented 5 years ago

Furthermore, I'm not sure if it's related but in the demo I cannot type such an accented character as the very first character of the content. I can create a separate issue if you want.

kevinansfield commented 5 years ago

I believe this is a duplicate of or at least a symptom of the same underling problem in https://github.com/bustle/mobiledoc-kit/issues/589 and https://github.com/bustle/mobiledoc-kit/issues/548