]> source.dussan.org Git - vaadin-framework.git/commit
Fixed scroll jump by using native focusing in IE (#15294)
authorJohannes Tuikkala <johannes@vaadin.com>
Thu, 5 Mar 2015 11:32:33 +0000 (13:32 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 24 Mar 2015 15:53:22 +0000 (15:53 +0000)
commit1c569304b3f10960854c2045030d907408978d05
tree9ff9a7ddd0b76f36320d1a3e6d317f122aae955e
parente3bf98708cb02e0772a46496ef8720657253e1ce
Fixed scroll jump by using native focusing in IE (#15294)

Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
WebContent/statictestfiles/TableInIframeRowClickScrollJumpTest.html [new file with mode: 0644]
client/src/com/vaadin/client/ui/FocusableScrollPanel.java
uitest/src/com/vaadin/tests/components/table/TableBlurFocus.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/TableBlurFocusTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/TableInIframeRowClickScrollJumpTest.java [new file with mode: 0644]