From ae37910f4cb307c929df32e6499b9e1872192377 Mon Sep 17 00:00:00 2001 From: Markus Koivisto Date: Mon, 4 Aug 2014 14:25:16 +0300 Subject: Reverting multiple commits that caused 100+ regression tests to fail. Commits reverted: * 392e8a0 - Minor refactor to #14147 patch * 8d470c9 - Context menu is not shown in Table body on mobi... (#13694) * f7dc719 - Fix Table stuck scroll position after setting ... (#14147) Change-Id: I3f5ed7fa15a9cfebce7a57662d229bf46118c5d6 --- server/src/com/vaadin/ui/Table.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/src/com/vaadin/ui/Table.java b/server/src/com/vaadin/ui/Table.java index 82e87eb10d..a8265662ea 100644 --- a/server/src/com/vaadin/ui/Table.java +++ b/server/src/com/vaadin/ui/Table.java @@ -1513,7 +1513,7 @@ public class Table extends AbstractSelect implements Action.Container, * position not be updated correctly when the lazy rows are * finally rendered. */ - currentPageFirstItemIndexOnLastPage = currentPageFirstItemIndex; + currentPageFirstItemIndexOnLastPage = indexOnLastPage; } } else { -- cgit v1.2.3