Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 757 Bytes

focusafterundoing.md

File metadata and controls

28 lines (23 loc) · 757 Bytes

@bender-tags: selection, focus, tc, 4.4.6, 12630, 12337 @bender-ui: collapsed @bender-ckeditor-plugins: wysiwygarea, toolbar, floatingspace, undo

Before starting: Open the console.


  1. Click inside the 1st editor to focus it.
    • Editor 1: focus should be logged once.
  2. Type something.
  3. Undo.
    • Nothing should be logged.
    • The caret should be blinking in the editor.
  4. Click outside the editor.
    • Editor 1: blur should be logged once.

  1. Click inside the 2nd editor to focus it.
    • Editor 2: focus should be logged once.
  2. Type something.
  3. Undo.
    • Nothing should be logged.
    • Focus should not be lost.
    • The caret should be blinking in the editor.
  4. Click outside the editor.
    • Editor 2: blur should be logged once.