red-axe / am-editor

A rich text editor that supports collaborative editing and allows for the free use of front-end common libraries such as React and Vue to extend and define plugins.
https://editor.aomao.com
MIT License
937 stars 197 forks source link

插入图片标签结尾不全? #323

Open csh159 opened 1 year ago

csh159 commented 1 year ago

1688631039922

csh159 commented 1 year ago

engine.getHtml() 获取网页内容的时候,获取不到图片img标签内容

big-camel commented 1 year ago

你可以在浏览器上面执行这个代码,然后看看渲染的代码

document.body.append(document.createElement('img'))

getHtml是能获取到img的 image

csh159 commented 1 year ago

你可以在浏览器上面执行这个代码,然后看看渲染的代码

document.body.append(document.createElement('img'))

getHtml是能获取到img的 image 调用getValue可以取的到了

csh159 commented 1 year ago

问一下焦点变换后,设置文本样式无效,有什么方法解决不?

big-camel commented 1 year ago

猜测是你点击的时候失焦了,执行任何命令都没有效果

csh159 commented 1 year ago

猜测是你点击的时候失焦了,执行任何命令都没有效果

是的,但是光标在闪烁