-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
使用api 增加了编辑器文本后,加粗效果不显示 #5985
Comments
https://stackblitz.com/edit/vue3-wangeditor-demo?file=src%2Fcomponents%2FBasicEditor.vue |
是我的问题,我增加了@change事件,在事件监听中将e.getText()赋值给了v-model,导致了加粗效果失效,sorry |
需要最小复现,这个错误是兜底的,很笼统。 |
我想实现一个通过点击菜单键查看、修改编辑器生成的html源码的功能,是基于官网上的扩展菜单button demo代码修改的。
|
@cycleccc 想问一下,为什么单行没问题,多行、文本中有换行,转换后console就报null。已知,用setHtml函数设置的是纯文本,会自动填加 |
@openlearnc 需要最小复现,要处理的问题太多了,不可能一个一个看代码片段的。 |
关键代码就是exec函数内,用正则表达式转义、反转义html字符。 |
@openlearnc 查看生成的 html 用 editor.getHtml() 就行。 可以另开一个 issue 单独讨论 |
bug 描述
使用官网提供的editor.insertNode(node)和setHtml,dangerouslyInsertHtml方法增加内容,加粗效果均不显示 h3标签也不生效
你预期的样子是?
strong h3能渲染出加粗效果
系统和浏览器及版本号
wangEditor 版本
最新版
demo 能否复现该 bug ?
不能,在demo中是好的
在线 demo
请尽量提供在线 demo (推荐以下网站),帮助我们最低成本复现 bug
最小成本的复现步骤
(请告诉我们,如何最快的复现该 bug)
The text was updated successfully, but these errors were encountered: