-
## Description
I am running an accessibility test suite with Notebook UI using the **IBM Equal Access Accessibility Checker** tool on Chrome browser. The results look good overall, only a few things …
-
ProseMirror (and by extension, `prosemirror-math`) relies on `contenteditable` to function. Since the implementation of `contenteditable` is not yet standardized between browsers, we must test manual…
-
"just use a with contentEditable property (which is pretty well supported: http://caniuse.com/contenteditable)." - badsyntax
I've tried this method to no avail. The text that loads initially in the …
-
Originally reported on Google Code with ID 5946
```
Copying and pasting text within a ContentEditable div using the ActionBuilder
API does not work.
Steps to Reproduce
1. Focus the text area or cont…
-
Hi,
The demo looks good and performant, but i'd like to know if it will be possbile to work with contenteditable or other event handlers like click, from inside react so that the scope of the wrappe…
-
![image](https://user-images.githubusercontent.com/21165481/47338292-ded3e780-d6c9-11e8-9c4c-167db95a9925.png)
点击图片,还是弹出键盘了。有一个体验比较不好的地方,就是点击删除图片的叉叉时,弹出键盘了。是不是可以在点击删除事件那里stop和prevent一下,看样子时点击穿透了。
-
The "input" event does not fire on contenteditable fields in Internet Explorer despite the fact the Internet Explorer 9+ supports the "input" event. Because IE supports the "input" event, the "keyup" …
-
一般对于这类元素的获取,用focus跟blur是可以监听的,但是如果需要innerHTML这类的话,那样当前的焦点就会消失,并且使用`focus()`会无效。
解决办法如下:
```js
//需要现代浏览器的支持
var p = document.getElementById('contentEditableElementId'),
s = window.getSelec…
-
In the Ediiting taskforce of the Webapps WG of the W3C we have been looking at how the native browser undo stack is used in contenteditable in different projects. The result has been that it's not bei…
-
related issue:
- https://github.com/lovasoa/react-contenteditable/issues/19
- https://github.com/facebook/react/issues/7280