Ticket #8425: simple.html

File simple.html, 358 bytes (added by Jakub Ś, 13 years ago)

Shows that without editor logic there is no problem with selection

Line 
1<html>
2<body contentEditable="false" unselectable="on">
3<div>READONLY</div>
4<div contentEditable="true">(select this)  (right click over here)</div>
5Attempting 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>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy