@@ -1,6 +1,3 @@
-@bender-ui: collapsed
-@bender-tags: ticket, 401, iteration4
-
### Selection direction manual test [#401](https://github.com/ckeditor/ckeditor5-engine/issues/401)
1. Click somewhere in word "amet".
-@bender-tags: ticket, 462, iteration4
### Selection attributes conversion test [#462](https://github.com/ckeditor/ckeditor5-engine/issues/462)
#### Test 1
-@bender-tags: ticket, 475, 0.1.0, iteration1
### Auto-linking manual test [#475](https://github.com/ckeditor/ckeditor5-engine/issues/475)
- put the caret at the end of the line,
-@bender-tags: ticket, 603, iteration4
### Selection events test [#603](https://github.com/ckeditor/ckeditor5-engine/issues/603)
Test that each selection change fires:
-@bender-tags: ticket, 629, iteration4
### Selection infinite loop [#629](https://github.com/ckeditor/ckeditor5-engine/issues/629)
Before testing open console.
-@bender-tags: view
- Open console.
- Click Clicker A.
- 2 events should be fired.
## Fake selection
Click on bold `bar` to create fake selection over it before each of following steps:
* Click `Focus first editable` button.
* First editable should be focused and selection around `bar` should be visible.
* Click `Focus second editable` button.
Focused editable should be green.
Blurred editable should be red.
@@ -1,4 +1 @@
It should not be possible to move selection nor modify document.
* initialization expected: `foo{}bar`
* press arrow left,
* expected: `fo{}obar`
@@ -1,5 +1,3 @@
* Expected initialization: `foo{}bar`.
* Press some keys - nothing should be added to editor's contents.
* Check whether key events are logged to the console with proper data:
Try to:
* type,
It should not be possible to put selection in the editor placed in iframe.
It should not be possible to put selection in the editor.
### Move selection
Selection should be moved and event should be fired (see console),
* initialization expected: `fo{}o`
* press down arrow 3 times
* caret should be at: `ba{}r`