Ticket #8425: simple.html
File simple.html, 358 bytes (added by , 13 years ago) |
---|
Line | |
---|---|
1 | <html> |
2 | <body contentEditable="false" unselectable="on"> |
3 | <div>READONLY</div> |
4 | <div contentEditable="true">(select this) (right click over here)</div> |
5 | Attempting to right click outside of the selection moves the cursor in this standalone test. When trying the same workflow in CKEditor the selection persists and the cursor is not moved. |
6 | </body> |
7 | </html> |