]> source.dussan.org Git - vaadin-framework.git/commit
Prevent setting firstRowInViewPort to negative value (#13008)
authorJarno Rantala <jarno.rantala@vaadin.com>
Fri, 17 Jan 2014 15:28:08 +0000 (17:28 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 31 Jan 2014 11:17:54 +0000 (11:17 +0000)
commit16e079fcaed8cf531187475527ae52e7cf2d2504
treeb06fafd92155ec0ceef1ead1955495ca4d3657d6
parent3bfd0046eaead75e6b8cac7dc7b2d1ecceb25dc9
Prevent setting firstRowInViewPort to negative value (#13008)

This should fix MultiSelectWithRemovedRow test in IE.

Change-Id: I54f4ba1cc5c1efeea1582cc0314cfb9a4a859279
client/src/com/vaadin/client/ui/VScrollTable.java