3 | | - Load the replacebyclass sample |
4 | | - put the cursor at the end of the line and insert a link using the Link dialog |
5 | | - use the right arrow key to go at the end of the link |
6 | | - result: cursor jumps at the beginning of the editing area |
7 | | - expected result: cursor is placed at the end of the recently inserted link. |
| 3 | === Steps to reproduce === |
| 4 | |
| 5 | - Open http://rev.ckeditor.com/ckeditor/trunk/6271/_samples/replacebyclass.html |
| 6 | - Press "New Page" button |
| 7 | - Type "Foo bar" (or some random text) '''but do not press the "Enter" key''' |
| 8 | - Click the Link button, type some URL and press "Enter" |
| 9 | - Note: the whole link is selected right now. '''Do not click on it''' |
| 10 | - Press "right arrow key" |
| 11 | - Result: cursor is at the end of the link (Ok). |
| 12 | - Now load http://rev.ckeditor.com/ckeditor/trunk/6272/_samples/replacebyclass.html and follow the same set of steps. Result: cursor is at the beginning of the editing area. |