View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004847 | NoesisGUI | C++ SDK | public | 2026-02-27 11:17 | 2026-03-25 12:37 |
| Reporter | FrancoisRecisio | Assigned To | jsantos | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.2.11 | ||||
| Target Version | 3.2.12 | Fixed in Version | 3.2.12 | ||
| Summary | 0004847: CharacterEllipsis cuts differently in Wrap and NoWrap | ||||
| Description | Hello, I noticed a difference in behavior for the CharacterEllipsis mode of TextTrimming, depending on whether TextWrapping is set to Wrap or NoWrap. | ||||
| Attached Files | TextWrap2.xaml (1,499 bytes)
<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
TextBlock.FontFamily="Fonts/#Roboto"
TextBlock.FontSize="24">
<StackPanel Orientation="Horizontal">
<StackPanel Width="190" Background="Gray" Margin="5">
<TextBlock FlowDirection="LeftToRight" TextAlignment="Left" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Text="ABCDE FGHIJ KLMNOP QRSTU VWXYZ" Height="30" Margin="0,10" />
<TextBlock FlowDirection="LeftToRight" TextAlignment="Center" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Text="ABCDE FGHIJ KLMNOP QRSTU VWXYZ" Height="30" Margin="0,10" />
<TextBlock FlowDirection="LeftToRight" TextAlignment="Right" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Text="ABCDE FGHIJ KLMNOP QRSTU VWXYZ" Height="30" Margin="0,10" />
</StackPanel>
<StackPanel Width="190" Background="Gray" Margin="5">
<TextBlock FlowDirection="LeftToRight" TextAlignment="Left" TextWrapping="NoWrap" TextTrimming="CharacterEllipsis" Text="ABCDE FGHIJ KLMNOP QRSTU VWXYZ" Height="30" Margin="0,10" />
<TextBlock FlowDirection="LeftToRight" TextAlignment="Center" TextWrapping="NoWrap" TextTrimming="CharacterEllipsis" Text="ABCDE FGHIJ KLMNOP QRSTU VWXYZ" Height="30" Margin="0,10" />
<TextBlock FlowDirection="LeftToRight" TextAlignment="Right" TextWrapping="NoWrap" TextTrimming="CharacterEllipsis" Text="ABCDE FGHIJ KLMNOP QRSTU VWXYZ" Height="30" Margin="0,10" />
</StackPanel>
</StackPanel>
</Grid> | ||||
| Platform | Any | ||||
|
I can confirm this is a bug. I’m not sure how easy it will be to fix, but I’ll take a look at it as soon as possible. |
|
|
Fixed, will be available in the new version this week. Thanks for the short and clean report :) |
|
|
Revision is |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-02-27 11:17 | FrancoisRecisio | New Issue | |
| 2026-02-27 11:17 | FrancoisRecisio | File Added: TextWrap2.xaml | |
| 2026-02-27 11:17 | FrancoisRecisio | File Added: Screenshot 2026-02-27 111413.png | |
| 2026-02-27 11:34 | jsantos | Assigned To | => jsantos |
| 2026-02-27 11:34 | jsantos | Status | new => assigned |
| 2026-02-27 11:34 | jsantos | Target Version | => 3.2.12 |
| 2026-02-27 11:35 | jsantos | Note Added: 0011969 | |
| 2026-03-04 00:32 | jsantos | Status | assigned => resolved |
| 2026-03-04 00:32 | jsantos | Resolution | open => fixed |
| 2026-03-04 00:32 | jsantos | Fixed in Version | => 3.2.12 |
| 2026-03-04 00:32 | jsantos | Note Added: 0011996 | |
| 2026-03-04 00:33 | jsantos | Note Added: 0011997 | |
| 2026-03-25 12:37 | jsantos | Relationship added | related to 0004927 |