major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
(User-visible)
The contents of the grid cells are not centered.
Problem
To limit the table height so that rows in frozen tables do not spread apart, the height was set to a fixed value. However, the content is also always stretched to fill the entire height. By default, text starts at the top left. As a result, the content is also aligned to the top left of a cell.
Solution
The content should be limited to no more than the specified height so that excessively large content is restricted, but text is still centered.
Test
- Start the demo.
- Select any theme.
- Open "Tables."
- Display the cellDimensionTest column.
Expected behavior: Content that is too large, such as the image in cellDimensionTest, is truncated, and smaller content is vertically centered.