View Issue Details

IDProjectCategoryView StatusLast Update
0004847NoesisGUIC++ SDKpublic2026-03-25 12:37
ReporterFrancoisRecisio Assigned Tojsantos  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.11 
Target Version3.2.12Fixed in Version3.2.12 
Summary0004847: 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.
I don't know if this is a bug or not, but it looks strange on some screens in our application.
If the fix is easy, I would be happy to integrate it into our Noesis build while we wait for the next version.

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>
TextWrap2.xaml (1,499 bytes)   
PlatformAny

Relationships

related to 0004927 assignedjsantos TextWrapping behaves strangely with multiple inlines in a TextBlock 

Activities

jsantos

jsantos

2026-02-27 11:35

manager   ~0011969

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.

jsantos

jsantos

2026-03-04 00:32

manager   ~0011996

Fixed, will be available in the new version this week. Thanks for the short and clean report :)

jsantos

jsantos

2026-03-04 00:33

manager   ~0011997

Revision is r16752

Issue History

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