wangeditor-team / wangEditor

wangEditor, open-source Web rich text editor 开源 Web 富文本编辑器
http://www.wangeditor.com/
MIT License
17.59k stars 3.32k forks source link

粘贴word图文后,编辑器卡顿,输入删除延迟都非常高 #5217

Open RobertYea opened 1 year ago

RobertYea commented 1 year ago

问题描述

请输入遇到的问题... 粘贴word图文后,编辑器卡顿,输入删除延迟都非常高,保存后再次打开还是一样 文字样式比较多,word30页,图片9张,通过customPaste将本地图片过滤掉还是卡顿,效果不明显

wangEditor 版本

@wangeditor/editor 5.1.15 @wangeditor/editor-for-vue 1.0.2

是否查阅了文档 ?

最小成本的复现步骤

文字样式多的word整体赋值粘贴就可以复现

mrhulhw123456 commented 1 year ago

为什么我黏贴之后 图片丢了,求指教 vue2

Eryx-1994 commented 1 year ago

为什么我黏贴之后 图片丢了,求指教 vue2

因为图片是本地资源,需要在customPaste方法里特殊处理成base格式

yatoku commented 1 year ago

为什么我黏贴之后 图片丢了,求指教 vue2

因为图片是本地资源,需要在customPaste方法里特殊处理成base格式

使用customPaste方法处理的时候,你有遇到office复制的图片没有rtf数据的情况吗

ivan0525 commented 10 months ago

为什么我黏贴之后 图片丢了,求指教 vue2

因为图片是本地资源,需要在customPaste方法里特殊处理成base格式

使用customPaste方法处理的时候,你有遇到office复制的图片没有rtf数据的情况吗

我也遇到了,不知道为啥