You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type "bvo" -- observe that বড়ো় is present in both the editor and below
Hit the space key (optionally followed by another bvo sequence for a really messy result)
Expected behavior:
quill.getText() should match the visual strings in the editor
Actual behavior:
Looks like the space character is inserted before the o character (o being some sort of vowel modifier). The space should be inserted after the o modifier character and all will be well. I think.
Platforms:
Mac OS X Sierra. Latest versions of Chrome, Safari and Firefox.
Version:
1.2.4
The text was updated successfully, but these errors were encountered:
The space character is not handled correctly in the internal Quill storage when using Bangla - QWERTY keyboard layout.
Steps for Reproduction
Bangla - QWERTY
keyboard on a mac (System Prefs -> Input sources -> Search for "bengali")quill.getText()
on everytext-change
বড়ো়
is present in both the editor and belowbvo
sequence for a really messy result)Expected behavior:
quill.getText()
should match the visual strings in the editorActual behavior:
Looks like the space character is inserted before the
o
character (o
being some sort of vowel modifier). The space should be inserted after theo
modifier character and all will be well. I think.Platforms:
Mac OS X Sierra. Latest versions of Chrome, Safari and Firefox.
Version:
1.2.4
The text was updated successfully, but these errors were encountered: