status-im/StatusQ

`StatusListItem` and `StatusMessageHeader` title text out of the expected boundaries

noeliaSD opened this issue · 2 comments

In statusListItemTitle when the anchors.right property is set as undefined it comes out of the expected boundaries.

Here the code:
anchors.right: !statusListItem.titleAsideText && !titleIconsRow.visible ? parent.right : undefined

I.e:

  • This is the expected behavior when only title is set and wrapped correctly:

image.png

  • This is the bug when titleAsideText property is set (it also happens when titleIconsRow property is true):
    image.png

NOTE: The same issue is in StatusMessageHeader.qml component.

Originally posted by @noeliaSD in #539 (comment)

Reproduced:
image