-
You can paste actual HTML in there
-
### Summary
There appears to be a bug in Firefox where a user can't select (and therefore copy) text from Assistant conversations. After some light debugging, it looks like this might be due to a d…
-
Lexical version:
latest
## Steps To Reproduce
When I use Lexical inside a shadow DOM, I find that $getSelection() does not work, and I am unable to retrieve the selected content.
## Link…
-
## 问题描述
富文本中需要插入动态参数,动态参数会在渲染时替换为真实的内容。所以自定义了一种新的节点类型dynamicField,使用时发现这种节点类型不能设置字体、背景色、字号、颜色等样式,应该如何操作
![image](https://github.com/wangeditor-team/wangEditor/assets/11659021/6c2ef15b-f8bd-4ddc-80…
-
### Issue
When using mode contenteditable, you cannot place a cursor at the end of a wrapped line if it ends in whitespace.
In browser textarea, browser contenteditable and CodeMirror textarea,…
bmurr updated
4 years ago
-
![209_23053357](https://user-images.githubusercontent.com/10995302/93940051-687d0b80-fd5e-11ea-8c94-88485e21ee81.png)
👆`contenteditable="true"` Edit mode, not work in iframe.
Currently it can be…
dnknn updated
3 years ago
-
With the great addition to ReadOnly setting the entire editor to contentEditable=false, it would great to implement this on a per block basis.
An example use case could be blocks received from an…
-
The subject of removing the undo manager functionality from contenteditable by default came up at the Editing Taskforce F2F meeting on 2016-09-22 at TPAC in Lisboa, Portugal. It was pointed out that …
-
If I try to restore the cursor in a contentEditable div after changing innerHTML, it doesn't work and I get the following warning:
```
Rangy warning: Module SaveRestore: Marker element has been remov…
-
Hi, I'm finding mobx-jsx so much easier to use than React - thank you.
I do have a problem with using a contentEditable div however - when the div becomes empty by the user deleting its contents it…