View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002178 | NoesisGUI | Unity3D | public | 2021-11-04 22:24 | 2022-01-23 16:58 |
Reporter | stonstad | Assigned To | jsantos | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.12 | ||||
Target Version | 3.1.3 | Fixed in Version | 3.1.3 | ||
Summary | 0002178: Text Wrapping Algorithm Breaks Words Strangely | ||||
Description | The text "Genesis Torpedo" is wrapped as: "Genesis T orpedo" OK. But then "Genesis XTorpedo" is wrapped as "Genesis XTorpedo". See attached screenshots. | ||||
Steps To Reproduce | Can be reproduced with the following xaml<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Background="White"> <Border Width="200" VerticalAlignment="Center" Background="LightGreen"> <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" TextWrapping="Wrap" Text="Genesis Torpedo" FontSize="30" FontFamily="Arial" Foreground="Black"/> </Border> </Grid> | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Are there any possible work-arounds for this behavior? i.e. no break tags or some way to predict when the behavior might manifest? Thank you! | |
Sorry, we didn't find time for this so far. I will tell you something soon | |
Another related issue with text wrapping and trimming can be reproduced with the following xaml, it is incorrectly applying trimming to "Keyboard":<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Border Width="190" Background="WhiteSmoke" HorizontalAlignment="Center" VerticalAlignment="Center"> <TextBlock Text="Show Keyboard" HorizontalAlignment="Center" TextAlignment="Center" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" MaxWidth="171" FontSize="22" FontFamily="./#Poppins" Foreground="Black"/> </Border> </Grid> |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-11-04 22:24 | stonstad | New Issue | |
2021-11-04 22:24 | stonstad | File Added: Genesis Torpedo.png | |
2021-11-04 22:25 | stonstad | File Added: Genesis XTorpedo.png | |
2021-11-11 12:45 | sfernandez | Assigned To | => jsantos |
2021-11-11 12:45 | sfernandez | Status | new => assigned |
2021-11-11 12:45 | sfernandez | Target Version | => 3.1.2 |
2021-11-11 12:45 | sfernandez | Description Updated | |
2021-11-11 12:45 | sfernandez | Steps to Reproduce Updated | |
2021-11-11 12:45 | sfernandez | Platform | => Any |
2021-12-06 17:36 | jsantos | Target Version | 3.1.2 => 3.1.3 |
2022-01-10 19:22 | stonstad | Note Added: 0007722 | |
2022-01-12 13:04 | jsantos | Note Added: 0007729 | |
2022-01-19 19:41 | sfernandez | Note Added: 0007749 | |
2022-01-19 19:41 | sfernandez | File Added: Poppins-Regular.zip | |
2022-01-23 16:58 | jsantos | Status | assigned => resolved |
2022-01-23 16:58 | jsantos | Resolution | open => fixed |
2022-01-23 16:58 | jsantos | Fixed in Version | => 3.1.3 |