-
Current approach is quite ugly
markup:
```html
```
service:
```js
window.addEventListener('chat-send', function(e){
if(e === undefined || e.detail == null) return;
const event = e.detai…
-
In French, we need to use dead keys and composition events to generate some characters (like ê). Unfortunately, those events are not fired if contenteditable is not used.
-
-
The text input thingy should support
- formatting
- hyperlinks
- contenteditable and browser spell-checking
- multiple instances
- undo/redo history
-
### Problem description
I am testing input in a non-english keyboard environment and need to test behaviour differences between non-composed and [composed keyboard input](https://developer.mozilla.or…
-
```
I would like please to set the CKEditor in readonly mode. I don't know how to
do that from my CKEditor instance. I used setDisabled(true) but this is not
working. I know by changing the html cod…
-
**Procedure to reproduce bug:-**
1. open emojipicker
2. choose icon - "family Wwb" - - (https://cdn.jsdelivr.net/emojione/assets/3.1/png/32/1f469-1f469-1f466.png)
3. now focusout from "emojion…
-
I'm opening this issue based on my observation that Medium autofocuses the contenteditable even when `autofocus` is set to `false`; and on the "static analysis" of the code that the `autofocus` option…
-
Is it possible to disable content editing (using jQuery)? I realise that one possibility is to change the `contenteditable` attribute, but the bubble still shows up when text is selected.
-
There doesn't seem to be any content in https://w3c.github.io/contentEditable/
Is the work stopped? Or has it been moved to another place?