zenoamaro/react-quill

Cannot store and display whitespace

Open

#311 aperta il 2 gen 2018

Vedi su GitHub
 (6 commenti) (5 reazioni) (0 assegnatari)JavaScript (860 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (6238 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I noticed a strange bug when attempting to save and re-render html from quill. I am using React Quill v1.2.3

Right now it is impossible to store and display a string with more than one tab or space in a row. Here is a link to a comment from LDFM who also experienced this same problem: https://github.com/quilljs/quill/issues/1751#issuecomment-336071574 LFDM pointed out that the line that is causing this issue is: https://github.com/zenoamaro/react-quill/blob/master/src/mixin.js#L68

Since dangerouslyPasteHTML is called, the whitespace get's collapsed down to a single space but jhchen's comment towards the end of that same issue linked above seems to point to a solution. https://github.com/quilljs/quill/issues/1751#issuecomment-338581862

Thanks for your help!

Guida contributor