`StatusListItem` and `StatusMessageHeader` title text out of the expected boundaries
noeliaSD opened this issue · 2 comments
noeliaSD commented
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:
- This is the bug when
titleAsideText
property is set (it also happens whentitleIconsRow
property is true):
NOTE: The same issue is in StatusMessageHeader.qml
component.
noeliaSD commented
Originally posted by @noeliaSD in #539 (comment)
MishkaRogachev commented