noi-techpark / it.bz.opendatahub.epaper.webapp

0 stars 5 forks source link

Improve the text field #88

Closed sseppi closed 2 years ago

sseppi commented 2 years ago

As a data editor I want that all text field:

SaimonasFOS commented 2 years ago

is associated to a maximum height in order to avoid overlapping;

@sseppi Does this mean that user needs to have an ability to specify maximum height together with other text field properties (text position, font size, etc..)? It does not seem clear from this sentence alone how the maximum height would be determined.

sseppi commented 2 years ago

@SaimonasFOS Yes, for this iteration I would give to the user the possibility to specify maximum height together with other text field properties (text position, font size, etc..) so the user will be the one that avoid overlapping between two fields.

sseppi commented 2 years ago

@SaimonasFOS I've seen that the fiels custom text doesn't wrap on multiple lines. Qhóuld it be possible to add the same feature as the other fields also to this one or is it too complex?

svaickus commented 2 years ago

@sseppi Custom text fields should wrap as well, only problem is that you cannot see it immediately on the image preview. Try to save the fields and check the actual preview in the "Information" tab of the display (or press "Show Content" if you are editing a template instead). If the text still doesn't wrap check if the field "height" property is big enough.

sseppi commented 2 years ago

@svaickus now it works! Thanks