zenoamaro / react-quill

A Quill component for React.
https://zenoamaro.github.io/react-quill
MIT License
6.67k stars 909 forks source link

show wrong html in editor when in modal ANTD #877

Open hmz22 opened 1 year ago

hmz22 commented 1 year ago

this sample: https://codesandbox.io/s/react-quill-forked-pt4jys?file=/src/App.js

Ticket due diligence

ReactQuill version

FAQ

Is this a bug in Quill or ReactQuill?

when use React-Quill in ant design mobile show wrong html in editor for example when in state have this: <div style="text-align: center;"><span style="font-family: &quot;B Titr&quot;; font-size: 20px;">بنام خدا</span></div><div style="text-align: right;"><span style="font-family: Nastaliq; font-size: 20px;">با تشکر ار سرکار/جناب {{نام}} {{نام خانوادگی}}</span></div>

but change it to <div style="text-align: right;"><span style="font-size: 20px; font-family: &quot;B Titr&quot;;">بنام خدا</span><span style="font-size: 20px; font-family: Nastaliq;">با تشکر ار سرکار/جناب {{نام}} {{نام خانوادگی}}</span></div>

and custom toolbar problem with modal

whhlulu commented 2 months ago

I have encountered the same problem, have you resolved it