Closed thomasgalliker closed 1 week ago
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Duplicate of https://github.com/dotnet/maui/issues/18034
Duplicate of https://github.com/dotnet/maui/issues/10568
Description
It seems as there is a rendering bug when I place an image and a label inside a StackLayout and align them horizontally. When the StackLayout uses Orientation=Horizontal, the Label's text overruns the layout boundries of the parent StackLayout (as well as the parent Grid) control.
In our production app, we experience similar issues (sadly not reproducible). If we flip StackLayout.Spacing from "4" to "5" the text is tail truncated even if there is enough horizontal space available.
Steps to Reproduce
(See MauiApp4 reproduction repository).
Link to public reproduction project repository
https://github.com/bugsinkhole/MauiApp4
Version with bug
8.0.92 SR9.2
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
Android 14
Did you find any workaround?
No.
Relevant log output