From: Daniel Carl Date: Thu, 2 Mar 2017 20:33:41 +0000 (+0100) Subject: Added manual test pages for focus/blur issues. X-Git-Url: https://git.owens.tech/assets/static/gitweb.css/assets/static/gitweb.css/git?a=commitdiff_plain;h=9e050c62475775d53d6d3ded39dee66e72f9eb68;p=vimb.git Added manual test pages for focus/blur issues. --- 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. +
+ + +