]> source.dussan.org Git - vaadin-framework.git/commit
Removed obsolete fix for webkit scrollbar issue. (#14203)
authorSergey Budkin <sergey@vaadin.com>
Tue, 16 Sep 2014 11:43:03 +0000 (14:43 +0300)
committerSergey Budkin <sergey@vaadin.com>
Wed, 1 Oct 2014 12:15:07 +0000 (15:15 +0300)
commitd979adf975fcc3bb08b3b6ffa1cc3d97394ddd6f
treea217b1a3b9ccbd69c129b0f769ffe2a350ec7329
parent0907394c577c771a26195650f73d4cca0214cd76
Removed obsolete fix for webkit scrollbar issue. (#14203)

The fix was causing a flicker effect. Initial fix for #2138 was causing
a flicker effect, but the original issue is not reproducing currently
even when the previous fix is reverted.

Tested against tickets #3457, #3875, #7607, #6698 as well as filtering
out and removing rows.

Change-Id: I1aa6943eb93898d75c4e3c5b6d9326b95648bb1f
client/src/com/vaadin/client/ui/VScrollTable.java
client/src/com/vaadin/client/ui/table/TableConnector.java