-
Tutti gli innerHTML riferiti ad elementi contentEditable vanno sostituiti con textContent.
Questo perché altrimenti gli a capo restano come `` (e nessuno vuole gli accapo) e gli spazi finali al posto …
-
**Description**
In Slate 0.101.5 and Slate-react 0.101.5, a character typed at the start (i.e. offset 0) of a `contenteditable` does not produce an `onInput` event.
As far as I can tell, this is d…
-
Great work on this @petrosalema !
This all looks very nice!
But one little (and annoying) issue: I reported a bug concerning caret moving using contenteditable to the major open source browsers' re…
-
### Description:
Input boxes on config page are div's with contenteditable set, but this allows for rich text content to be pasted in and saved in the JSON config file incorrectly.
### Environm…
-
Hi there,
I have a form with a hidden field and an contenteditable div. I bound the enter-key to the contenteditable, to put it's text to the hidden filed and submit the form.
Now on selecting an el…
-
When I try to use the ContentEditable component with Typescript 3.7.5 I get the following error:
```
No overload matches this call.
Overload 1 of 2, '(props: Readonly): ContentEditable', gave t…
-
# 场景
在做公司食谱编辑的时候,涉及到表头的编辑,使用的是 `contenteditable`属性,但是在让他自动聚焦的时候出现了问题,光标出现在了最前面。
![实际效果](https://bbtree-filesystem.oss-cn-hangzhou.aliyuncs.com/1502423615942.gif)
查阅了资料后,解决,实际效果如下
![实际效果]…
-
**Description**
can't copy/cut node when select inline-void element alone
**Recording**
just make a inline void element and press ctrl+c, it will not by copyed
**Sandbox**
https://codesand…
-
Clicking an element with `contentEditable={false}` in the editor is ignored and the selection remains as if nothing happened. The selection says that the focused node is still the one that was focused…
-
At the moment it seems that CKEditor is automatically adding inline tools for all textarea instances with contenteditable attribute set to `true`. Please correct me if I'm wrong, but this doesn't seem…