|
|
@@ -0,0 +1,14 @@
|
|
|
+
|
|
|
+@bender-ui: collapsed
|
|
|
+@bender-tags: focustracker
|
|
|
+
|
|
|
+## Focus Tracker
|
|
|
+
|
|
|
+1. Set focus to first tracked input,
|
|
|
+2. Check if status is equal to: focus: **1** blur: **0**,
|
|
|
+3. Move focus to tracked content editable element,
|
|
|
+4. Move focus to first input of tracked HTML Wrapper,
|
|
|
+5. Move focus to second input of tracked HTML Wrapper,
|
|
|
+6. Check if status is still equal to: focus: **1** blur: **0**,
|
|
|
+7. Move focus to not tracked input,
|
|
|
+8. Check if status is equal to: focus: **1** blur: **1**.
|