From 9e050c62475775d53d6d3ded39dee66e72f9eb68 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 2 Mar 2017 21:33:41 +0100 Subject: [PATCH] Added manual test pages for focus/blur issues. --- tests/manual/editable-focus-in-iframe.html | 9 +++++ tests/manual/editable-focus.html | 41 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 tests/manual/editable-focus-in-iframe.html create mode 100644 tests/manual/editable-focus.html diff --git a/tests/manual/editable-focus-in-iframe.html b/tests/manual/editable-focus-in-iframe.html new file mode 100644 index 0000000..46fffe0 --- /dev/null +++ b/tests/manual/editable-focus-in-iframe.html @@ -0,0 +1,9 @@ + + +Track Focu/Blur also within iFrames + + + + + + diff --git a/tests/manual/editable-focus.html b/tests/manual/editable-focus.html new file mode 100644 index 0000000..e3cc0f5 --- /dev/null +++ b/tests/manual/editable-focus.html @@ -0,0 +1,41 @@ + + +Input mode Switching + + + +

+ Run with scripts=on and strict-focus=off +

    +
  1. If page is loade, vimb should be in input mode.
  2. +
  3. Set strict-focus=on and reload page. Vimb should keep + in normal mode
  4. +
  5. Independent from the strict-focus should vimb switch + to input mode if the button is clicked
  6. +
+

+
+
+
+
+
+ +
+
+

+ Also the following element using contenteditable="true" + should switch vimb into input mode on click. +

+
+ Clicking this element using contenteditable="true" should + switch vimb into input mode too. +
+ + + -- 2.20.1