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
I found a way to break quill just by typing letters and clicking on the toolbar.
Click Bold
Click Italic
Type a letter
Click Bold
Click Italic
Type a letter
What I expect the document to look like: One bold+italic character followed by one normal character.
What I get instead: The previous character loses its boldness, so there's just one italic character followed by one normal character.
Oddly enough, Quill emits the edit that it actually did in the delta, even though it's not the edit that I wanted. This means the issue is happening pretty early in the pipeline.
The text was updated successfully, but these errors were encountered:
nickretallack
changed the title
Quill loses formatting if you
Quill drops prior formatting if you insert differently formatted text after it
Jul 21, 2015
Btw, this happens in Chrome. It doesn't happen in Firefox. I'm debugging it now. It has something to do with Chrome representing the document like this:
I found a way to break quill just by typing letters and clicking on the toolbar.
What I expect the document to look like: One bold+italic character followed by one normal character.
What I get instead: The previous character loses its boldness, so there's just one italic character followed by one normal character.
Oddly enough, Quill emits the edit that it actually did in the delta, even though it's not the edit that I wanted. This means the issue is happening pretty early in the pipeline.
The text was updated successfully, but these errors were encountered: