From 40677c9d0a31b8e15d4284e3a06e192e3753984b Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Wed, 21 Nov 2018 13:44:07 +0100 Subject: [PATCH] Clarified the manual test description. --- tests/view/manual/uielement.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/view/manual/uielement.md b/tests/view/manual/uielement.md index 3b9b5f3a3..129129c43 100644 --- a/tests/view/manual/uielement.md +++ b/tests/view/manual/uielement.md @@ -5,3 +5,6 @@ 1. When paragraph is split or new paragraph is created - new UIElement should be created too. 1. You should not be able to place selection inside ui element or type in it. 1. Arrow keys should work correctly around ui element. + +Note: You can't put a selection after `X` (UIElement). +See a comment in issue [#1592](https://github.com/ckeditor/ckeditor5-engine/issues/1592#issuecomment-440638618).