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
When you use the autocorrect in chrome to fix a misspelling word wich has a custom color the word dissapear completely
Steps for Reproduction
Visit quilljs.com in Chrome 67
Switch to the third example
Select a word
Change the font color.
Introduce a misspelling in this word
Use contextual menu to choose a correction
the word you selected dissapear
Expected behavior:
Replace the selected word with the one you choose in the contextual menu
Actual behavior:
The word selected dissapear
And get an error in create function:
throw new ParchmentError("Unable to create " + input + " blot");
Where input value is font.
Platforms:
Chrome Versión 67.0.3396.79 (Build oficial) (64 bits)
Windows 10 Version:
Tried in quill 1.3.6
In quill 1.2.2 the word doesn`t dissapear but loose the color
The text was updated successfully, but these errors were encountered:
When you use the autocorrect in chrome to fix a misspelling word wich has a custom color the word dissapear completely
Steps for Reproduction
Expected behavior:
Replace the selected word with the one you choose in the contextual menu
Actual behavior:
The word selected dissapear
And get an error in create function:
throw new ParchmentError("Unable to create " + input + " blot");
Where input value is font.
Platforms:
Chrome Versión 67.0.3396.79 (Build oficial) (64 bits)
Windows 10
Version:
Tried in quill 1.3.6
In quill 1.2.2 the word doesn`t dissapear but loose the color
The text was updated successfully, but these errors were encountered: