From f5beebe726aa8c1810015d8c62931f4559b49664 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Tue, 24 Feb 2015 01:00:04 +0100 Subject: Modal: Fix backdrop not readjusting when height changes Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927. --- js/tests/visual/modal.html | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'js/tests/visual') diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index 0af79cc55..a6070d5a5 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -35,10 +35,43 @@

Duis mollis, est non commodo luctus, nisi erat porttitor ligula.

Popover in a modal

-

This button should trigger a popover on click.

+

This button should trigger a popover on click.

Tooltips in a modal

-

This link and that link should have tooltips on hover.

+

This link and that link should have tooltips on hover.

+ +
+
+ +
+
+ Lorem ipsum +
+
+
+
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. + Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. + Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+

@@ -74,6 +107,7 @@ + + + @@ -122,6 +131,12 @@ Launch demo modal + +

+ + @@ -137,6 +152,9 @@ $(function () { $('.js-popover').popover() $('.js-tooltip').tooltip() + $('#tall-toggle').click(function () { + $('#tall').toggle() + }) }) -- cgit v1.2.3 From 6c5e7dfce19425af6e646c8b4578d15f2512d4ad Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 25 Mar 2015 18:06:47 -0700 Subject: rm redundant aria-hidden usage from Modals; fixes #16020 --- js/tests/visual/modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/visual') diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index fb6dca059..4342f0ce4 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -54,7 +54,7 @@

Modal Bootstrap Visual Test

-