imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.63k stars 156 forks source link

4.17.0存在使用拼字输入法以后输入框乱飘的问题 #588

Closed mingchiuli closed 3 months ago

mingchiuli commented 4 months ago

描述这个Bug

在https://imzbf.github.io/md-editor-v3/en-US/index 打字,就能复现

Screenshot 2024-06-28 at 00 55 18 Screenshot 2024-06-28 at 00 55 39

实际上输入时这个输入框一直在飘一直在移动

版本号

4.17.0

问题重现链接

https://imzbf.github.io/md-editor-v3/en-US/index

imzbf commented 4 months ago

https://github.com/codemirror/dev/issues/1396

编辑器升级引起的,等待修复

ChrisNi888 commented 4 months ago

我遇到的问题是中文输入的时候,不出现选项框,直接跳出中文了。版本号:4.17.3 换个浏览器是正常的。 不正常的是edge浏览器(Chrome/126.0.0.0内核),正常的是猎豹浏览器(Chrome/112.0.0.0内核) 我再看看是不是扩展插件会不会有影响。


插件基本都关闭了。 现在奇怪的是按c或者d,选项框一般都能出来。 按a或者b,选项框一直不出来。

imzbf commented 4 months ago

https://github.com/imzbf/md-editor-v3/issues/589#issuecomment-2201817674

先参考这个降级处理

ChrisNi888 commented 4 months ago

#589 (comment)

先参考这个降级处理

好的,现在看上去可以出来。谢谢!

imzbf commented 3 months ago

4.17.4版本禁用了编辑库的实验功能,该issue关闭