-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好作者大大,我这边回显上有点问题想问一下 #286
Comments
浮动效果清除是指 float 属性丢失吧,属性处理一般是在 parseElemsHtml 里处理,你可以 debug看看对应的 image elem 里有没有 float 属性。 |
在导出的时候是有相应样式的,就是讲导出的html格式再次导入的时候,就没有了。editor.dangerouslyInsertHtml(html) 和setHtml两个都是过,一样 parseElemsHtml 这个在哪呀 |
导出没问题那就是解析的问题,parseElemsHtml 是自定义的插件里用来处理编辑区样式的模块,类似这里 |
得要 debug 看一下具体哪里没解析到 |
问个萌新问题,这个怎么进行debug,在f12 上吗?还是在代码编辑器上? |
这个没看懂他具体可以怎么用,这边也是用的这个插件,但是这个方法貌似是在编辑区域,进行格式转换的一个方法 |
在浏览器里找到对应的插件代码打断点 |
是的,解析对应 dom 元素获取属性,返回 children content 格式 |
|
但是没找到相对应的处理代码 |
去找 下载的插件里对应的 parseElemsHtml 代码 |
添加了 float image 插件 https://www.npmjs.com/package/@wangeditor-next/plugin-float-image |
给 wangEditor float image plugin 提了 pr hqwlkj/wangEditor-plugin-float-image#13 |
问题描述
<img src="{_XD}/标特/image/1729750472900-g93p4zfcrsn.png" alt="1729750472900-g93p4zfcrsn.png" data-href="" style="width: 532.00px;height: 354.66px;float: right;"/>
当前富文本的元素,使用的插件的浮动效果
但是,在设置编辑器回显的时候,浮动效果会自动清除,这个怎么处理好一些
The text was updated successfully, but these errors were encountered: