quill icon indicating copy to clipboard operation
quill copied to clipboard

When i create a formats/topic and use it .then input chinese will output error

Open alasq opened this issue 3 years ago • 2 comments

when i create a formats/topic and use it .then input chinese will output error 当我自定义一个formats/topic模块并使用接着输入中文就有问题 steps for Reproduction

  1. Visit [codepen.io]https://codepen.io/alasq/pen/wvdBzxw
  2. change sougou Pinyin Input Method or other chinese input method 将输入法换成搜狗拼音输入法,或者微软拼音输入法
  3. input 'de' for output '的' quill will output wrong 'd的' 当我输入 的 会出现 'd的'

Expected behavior: output d的

Actual behavior: output 的

Platforms: win10 chrome 91.0.4472.114

Include browser, operating system and respective versions

Version: 1.3.6

Run Quill.version to find out

alasq avatar Jun 30 '21 02:06 alasq

If I changed with extends from blots/inline . This problem is resolve!! how about different with blots/inline and blots/embed .

alasq avatar Jun 30 '21 12:06 alasq

Please test with v2.0.0-rc.2 https://quilljs.com/playground/snow

benbro avatar Feb 22 '24 10:02 benbro