You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
By the FIori 3 VD Wiki all list items should have the same height if one of them has an img or description set. Currently one item might have title and description, other - just a title. As a result some items would be 5 rem in height, while others - about 3 rem.
Describe the solution you'd like
If one of the list items has either description, or an image, all items should have the same height
Item infoText:
with description - bottom aligned
withоut description - centrally aligned
Item title text
with description - top aligned
withоut description - centrally aligned
Image and Icon
always vertically centred
StandardListItem height
with description or image - 5 rem
without description and image - 2.75 rem
**Note1: Although the rendering happens within the item, the List would know whether any of its childs has a description or image and force the required visual alignment **
Note2: don't forget to test all kinds of list items to avoid degradations
Additional context
ui5-list, ui5-li
The text was updated successfully, but these errors were encountered:
ilhan007
changed the title
List/StandardListItem: ensure all items have the same height
StandardListItem: position title, desc, image, infoText and icon by the spec
Oct 6, 2020
ilhan007
changed the title
StandardListItem: position title, desc, image, infoText and icon by the spec
ListItem: visual deviations from Fiori 3 - Part 2
Oct 6, 2020
Changes:
- info text is align centrally and it is align bottom if description attribute exists
- title text is align centrally and it is align top if description attribute exists
- item's height is changed to 5rem if description / image attribute exist
- checkbox / radio button is positioned correctly
Fixes#2297Fixes#2218
Changes:
- info text is align centrally and it is align bottom if description attribute exists
- title text is align centrally and it is align top if description attribute exists
- item's height is changed to 5rem if description / image attribute exist
- checkbox / radio button is positioned correctly
Fixes#2297Fixes#2218
Changes:
- info text is align centrally and it is align bottom if description attribute exists
- title text is align centrally and it is align top if description attribute exists
- item's height is changed to 5rem if description / image attribute exist
- checkbox / radio button is positioned correctly
Fixes#2297Fixes#2218
Is your feature request related to a problem? Please describe.
By the FIori 3 VD Wiki all list items should have the same height if one of them has an img or description set. Currently one item might have title and description, other - just a title. As a result some items would be 5 rem in height, while others - about 3 rem.
Describe the solution you'd like
If one of the list items has either description, or an image, all items should have the same height
Item infoText:
Item title text
Image and Icon
StandardListItem height
**Note1: Although the rendering happens within the item, the List would know whether any of its childs has a description or image and force the required visual alignment **
Note2: don't forget to test all kinds of list items to avoid degradations
Additional context
ui5-list, ui5-li
The text was updated successfully, but these errors were encountered: