diff options
author | Johannes Tuikkala <johannes@vaadin.com> | 2015-03-05 13:32:33 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-24 15:53:22 +0000 |
commit | 1c569304b3f10960854c2045030d907408978d05 (patch) | |
tree | 9ff9a7ddd0b76f36320d1a3e6d317f122aae955e /WebContent | |
parent | e3bf98708cb02e0772a46496ef8720657253e1ce (diff) | |
download | vaadin-framework-1c569304b3f10960854c2045030d907408978d05.tar.gz vaadin-framework-1c569304b3f10960854c2045030d907408978d05.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 |