View Issue Details

IDProjectCategoryView StatusLast Update
0004927NoesisGUIC++ SDKpublic2026-03-25 12:41
ReporterFrancoisRecisio Assigned Tojsantos  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version3.2.12 
Target Version3.2.13 
Summary0004927: TextWrapping behaves strangely with multiple inlines in a TextBlock
Description

I don't know if it's a bug (but it looks like one).
When a TextBlock is truncated on the first line of a span, I would expect the line break to occur on the last line of the previous span, rather than always having the last span "cut off".
I have made a little drawing to illustrate below.

Attached Files
Untitled.png (48,943 bytes)   
Untitled.png (48,943 bytes)   
FontInlines.xaml (799 bytes)   
<Grid
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Background="White"
  TextElement.FontSize="30"
  TextElement.Foreground="Black">

    <TextBlock Margin="20" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Background="Gray">
        <Bold>Lorem</Bold> ipsum <Italic>dolor</Italic> sit <Underline>amet</Underline>.
        <LineBreak/>
        <Bold FontWeight="Normal">Lorem <Span FontWeight="Bold">ipsum <Italic>sit <Underline>amet</Underline></Italic></Span></Bold>.
        <LineBreak/>
        <Span FontStyle="Italic"><Run Text="Named element bound text."/></Span>
        <LineBreak/>
        <Span FontWeight="Bold"><Run Text="DataContext bound text."/></Span>
    </TextBlock>
</Grid>
FontInlines.xaml (799 bytes)   
PlatformAny

Relationships

related to 0004847 resolvedjsantos CharacterEllipsis cuts differently in Wrap and NoWrap 

Activities

jsantos

jsantos

2026-03-25 12:41

manager   ~0012106

It seems that 0004847 caused this issue, lines shouldn’t appear cut off.

Issue History

Date Modified Username Field Change
2026-03-25 11:56 FrancoisRecisio New Issue
2026-03-25 11:56 FrancoisRecisio File Added: Untitled.png
2026-03-25 11:56 FrancoisRecisio File Added: FontInlines.xaml
2026-03-25 12:37 jsantos Assigned To => jsantos
2026-03-25 12:37 jsantos Status new => assigned
2026-03-25 12:37 jsantos Target Version => 3.2.13
2026-03-25 12:37 jsantos Relationship added related to 0004847
2026-03-25 12:41 jsantos Note Added: 0012106