Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head></head> | |
| 3 <body> | |
| 4 This page has a contenteditable div. | |
| 5 <div contenteditable> | |
| 6 zz. | |
| 7 </div> | |
| 8 <script> | |
| 9 document.querySelector('div').focus(); | |
|
alexmos
2017/04/13 22:39:10
Just curious, is the spellcheck IPC triggered by t
Xiaocheng
2017/04/13 23:17:19
Yes, setting focus in contenteditable triggers spe
| |
| 10 </script> | |
| 11 </body> | |
| 12 </html> | |
| OLD | NEW |