From 75ad7e4bd7d69243e7e5281c2642f00478fb072d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 Feb 2014 18:02:09 +0200 Subject: Added tags, jquery UI --- .../js/ui/tests/visual/dialog/complex-dialogs.html | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 apps/it/static/js/ui/tests/visual/dialog/complex-dialogs.html (limited to 'apps/it/static/js/ui/tests/visual/dialog/complex-dialogs.html') diff --git a/apps/it/static/js/ui/tests/visual/dialog/complex-dialogs.html b/apps/it/static/js/ui/tests/visual/dialog/complex-dialogs.html new file mode 100644 index 0000000..a6496fb --- /dev/null +++ b/apps/it/static/js/ui/tests/visual/dialog/complex-dialogs.html @@ -0,0 +1,125 @@ + + + + + Dialog Visual Test + + + + + + + + + + + + + + + + + + + + + + +

WHAT: A modal dialog opening another modal dialog (including a datepicker), opening a non-modal dialog (including an autocomplete with tooltip applied). A regular link on the page, outside of the dialogs.

+

EXPECTED: As long as a modal dialog is open, focus stays within the dialogs. Both mouse and keyboard interactions are captured and restricted to the dialog. When the nested modal dialog is open, the first modal dialog can't be interacted with, until the nested dialog is closed. When the third dialog is open (not modal), switching between the two dialogs is possible, both can be interacted with.

+ + + + +
+

This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+

+

+
+ +
+

Date:

+

+
+ +
+ + +
+ +Outside link + + + -- cgit v1.2.3