Przeglądaj źródła

Updated read-only manual test description.

Oskar Wróbel 8 lat temu
rodzic
commit
61b69302d9
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      packages/ckeditor5-core/tests/manual/readonly.md

+ 11 - 0
packages/ckeditor5-core/tests/manual/readonly.md

@@ -0,0 +1,11 @@
+## Read-only
+
+1. Change something in the editor.
+2. Turn on read-only mode by clicking the button above the editor.
+3. Check if undo/redo (by shortcuts) is disabled.
+4. Check if modifying content is blocked (input, delete, paste) for collapsed and non-collapsed selection.
+5. Check if toolbar buttons are disabled.
+6. Check if toolbar buttons reflect selection attributes (eg. when selection is in bold text then bold button should be on).
+7. Check 3 and 4 for the ContextualToolbar.
+8. Check if link balloon panel opens in read-only mode.
+9. Check if image text alternative balloon opens in read-only mode.