-
Hey,
a few years ago, we started writing a contenteditable spec draft [1] in this taskforce. This was at a time when we believed that we needed a more basic contenteditable type that would be simpler…
-
How lightweight will Hallo be? In other words:
- Will it bother about the cross browser differences?
- Will it bother with only HTML5 browsers? or HTML4 too?
-
```
1. type text "abc"
2. hit cmd + a or ctrl + a
Expected: "abc" is highlighted.
Actual: "abc" is not highlighted.
Simplified test case or site demonstrating the problem:
https://gist.github.com/by…
-
This discussion started in [Blink bug 663638](https://bugs.chromium.org/p/chromium/issues/detail?id=663638).
## The context
Consider the following snippet:
```html
abc selectMeAndTypeOve…
-
Currently ContentEditable for _option_ elements has no support in most popular browsers. Should it be supported? Is it correct use case for ContentEditable?
Leo7k updated
5 years ago
-
Currently, all Facebook properties are unsupported. These include:
- facebook.com
- messenger.com
Here's what we know so far. Facebook uses `contenteditable` fields for all user input. I believe thes…
-
The `cursorBlinkRate` option is ineffective when the `inputStyle` option is set to `'contenteditable'`. In the example below, the cursor will continue to blink:
```javascript
var editor = CodeMirr…
cwfoo updated
3 years ago
-
```
Attached is a small patch that tries to improve behavior a little bit when
pasting content that includes TABs into contenteditable divs. It just adds
some regex translation for the unicode tab …
-
React will issue a warning in dev if you use `contentEditable` with children. This can be suppressed with `suppressContentEditableWarning`.
https://github.com/facebook/react/blob/85dcbf83/src/rendere…
-