-
The cause of this bug is related to #161. In the following minimal example,
```jsx
import React, { Component, ChangeEvent, KeyboardEvent } from 'react';
import ContentEditable from 'react-content…
-
```
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…
-
**Context**
Empirical observation of the behavior of different browsers and platforms reveals a hidden state associated with contentEditable elements. A simple example is the following:
1. Inser…
-
If i click a contenteditable firld, the text is removed. It would be great if it was removed only if something is typed ( i.e. not empty).
Is that possible ?
ghost updated
11 years ago
-
When I activate fastclick, input, textarea and contenteditable double tap on text doesn't select it on ios safari. The behavior is quite weird on contenteditable, it focus and unfocus on double tap. O…
-
I just overrode key.filter() to also ignore keypresses when the current element is contenteditable, using this code:
```
key.filter = function(event) {
var tagName = (event.target || event.srcEleme…
-
With the contenteditable input style, focusing CodeMirror with the tab key causes the active line jumps a about a page upwards
## Browser
Occurs in:
Linux & Win Chrome 88.0.4324.146 (Official…
-
FastClick 1.0.6, iOS 8.3 (iPhone) and contenteditable will break focusing.
HTML code:
```
```
After new line / new paragraph / "hitting enter" you can't focus (single tap) to new paragraph.
Only …
-
In `contenteditable` inputStyle, I noticed several cursor bugs when moving cursor around folded code (created via `markText()` with default options):
1. the cursor is not visible when it's right t…
-
I'm trying to use emoticons inside contentEditable. There I can edit the text and have a corette.
As soon as I'm in the open menu where the smiley face is, I lose focus
I tried to find props sett…