diff options
author | Johannes Tuikkala <johannes@vaadin.com> | 2015-03-05 13:32:33 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2015-03-26 16:16:52 +0200 |
commit | 7f253a23f696f1cdee2abae1b7558993eea65915 (patch) | |
tree | 33f10bc68a72fb18b3cdaed0d2c8baca3dc461a6 /WebContent | |
parent | cb53601d9bc9be366635df51a8f9af3e92d3c5c7 (diff) | |
download | vaadin-framework-7f253a23f696f1cdee2abae1b7558993eea65915.tar.gz vaadin-framework-7f253a23f696f1cdee2abae1b7558993eea65915.zip |
Fixed scroll jump by using native focusing in IE (#15294)
Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/statictestfiles/TableInIframeRowClickScrollJumpTest.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/WebContent/statictestfiles/TableInIframeRowClickScrollJumpTest.html b/WebContent/statictestfiles/TableInIframeRowClickScrollJumpTest.html new file mode 100644 index 0000000000..dfddbdb7e5 --- /dev/null +++ b/WebContent/statictestfiles/TableInIframeRowClickScrollJumpTest.html @@ -0,0 +1,12 @@ +<html>
+<head>
+<title>IEJumpTest</title>
+</head>
+<!-- This is for testing Vaadin UI in iFrame (test class TableInIframeRowClickScrollJumpTest, for ticket #15294 -->
+<body>
+ <div style="font-size: 4px">test div</div>
+ <iframe id="test-iframe-0" src="/run/com.vaadin.tests.components.table.TableBlurFocus" width="100%" height="2000px" style="visibility: visible;">
+ </iframe>
+</body>
+
+</html>
\ No newline at end of file |