FlowingCode / GridHelpers

Several grid recipes for Vaadin 23+ (and 22), ready to use. DOES NOT require extending Grid.
https://addonsv23.flowingcode.com/grid-helpers
Apache License 2.0
12 stars 1 forks source link

HeighByRows is off by one pixel #82

Open javier-godoy opened 1 year ago

javier-godoy commented 1 year ago

Integration test testOpenWithItemsDefaultSize (http://127.0.0.1:8080/it/height-by-rows/10) fails in Vaadin 23.3.15 / 24.1.1 because it expects the offsetSize to be 453px but it is computed as 452px.

The test is correct: the offset size must be the same as in testOpenWithItemsFullSize (http://127.0.0.1:8080/it/height-by-rows/10;fullsize), which computes the height as 453px.

image