-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area-controls-labelLabel, SpanLabel, Spanplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
There are some issue ("solved"...) about this problem but I have again the same problem.
on iOS MaxLines = 2 is not respected
Steps to Reproduce
<Label
Grid.Row="1"
Grid.Column="0"
Grid.ColumnSpan="2"
FontSize="Small"
LineBreakMode="TailTruncation"
MaxLines="{OnPlatform Default='2'}"
Text="{Binding Title}"
TextColor="{StaticResource DazeBlack}" />
A label with MaxLines and LineBreakMode give a wrong result on iOS
Link to public reproduction project repository
https://github.com/acaliaro/MauiMaxLinesProblem
Version with bug
8.0.60 SR6
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17.3 iphone 12
Did you find any workaround?
no
Relevant log output
No response
thomasgalliker and ccsousa01
Metadata
Metadata
Assignees
Labels
area-controls-labelLabel, SpanLabel, Spanplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working

