eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

tileUtil: moveOtherTilesDown can lead to overlaps #1212

Closed cguglielmo closed 1 week ago

cguglielmo commented 1 week ago

A tile that spans columns must consider the bottom grid data of every spanned column, not just the first one.

395112

cguglielmo commented 1 week ago

It could be used elsewhere because it just takes a list of gridData objects and returns the lowest one, so it is a generic function. But it is probably unlikely that anyone is needing it so I made it now private.