cuba-platform / reports

CUBA Reports Addon
https://www.cuba-platform.com/
Apache License 2.0
9 stars 4 forks source link

Extra space in Report Wizard #225

Closed skatova closed 4 years ago

skatova commented 4 years ago

Environment

Description of the bug or enhancement

image.png

image.png

Updates

The LinkButton component has an ability to wrap caption onto multiple rows (link). Thus, at the first recalculation of the heights for the GridLayout slots, it returns an invalid multiline component height. In order to calculate the really required caption height, regardless of the white-space mode, we need to explicitly set it to nowrap. After calculation, it's reverted back.

QA

Check the above case.