-
##### Expected behavior.
After calling editor.edit.off() it should set the contenteditable flag to off, and should only re-enable contenteditable when editor.edit.on() is called.
##### Actual beha…
-
https://github.com/lovasoa/react-contenteditable/blob/a7f6c78a38af1d2da7e95e13733683e8c8f0e77e/src/react-contenteditable.tsx#L48-L52
`emitChange` triggers `onChange`, which sends up a typed event w…
-
**How can we reproduce this bug?**
Use Tribute on a `contenteditable` div which is present in a scrollable div
Tribute version 5.1.2
**What did you expect to happen?**
Using `menuContainer…
-
To reproduce
1. open http://gr2m.github.io/bootstrap-expandable-input/ in IE11
2. open console
3. add event handlers:
``` js
$('p[contenteditable]').on('change', function() { console.log ('change!') …
-
Hello,
Thanks for this library. Amazing project.
I'm trying to build a HTML builder and I need help in one of my use case
I have a Text UI element in my editor.
I'm dragging and dropping this…
-
The images and Iframes that I add in the suneditor are wrapped in class ".se-component" that has contenteditable=" false" attribute within it. Because of this I am getting error or warning in console …
-
##### Expected behavior.
Drag & dropping text inside an non editable element should not modify that element.
##### Actual behavior.
The drag & dropped text is inserted inside the non editable ele…
-
Let's say that inside medium editor I put:
```
some content
```
Clicking this paragraph selects all the element and medium editor popup is showing which doesn't make sense. I checked that selecting …
-
支持可编辑的HTML容器
-
When I type to div with contenteditable = true some text, some spaces are removed. Space is removed when you type space and wait about 1 second and then you type another character. When you type space…