You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.
Fixes #9166 - Dialog: moveToTop implementation resets flash/video/iframe/scroll
Fixes #9364 - Dialog: Click of element with tooltip scrolls the dialog to the top
<p>WHAT: Two dialogs, one embedding an iframe, one having just scrollable content.</p>
48
+
<p>EXPECTED: When focusing on one or the other dialog, it shouldn't affect how the content is displayed on the other dialog. It shouldn't reload the iframe or reset the scroll.</p>
49
+
50
+
51
+
<divid="dialog-iframe" title="Dialog that embeds an iframe">
52
+
<iframesrc="animated.html" height="400"></iframe>
53
+
</div>
54
+
55
+
<divid="dialog-scrolling" title="Dialog with scroll">
56
+
<pstyle="height:600px;background:#eee">a bunch of content</p>
57
+
</div>
58
+
59
+
<divid="dialog-other" title="placeholder">Just another dialog to test stacking</div>
0 commit comments