View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004927 | NoesisGUI | C++ SDK | public | 2026-03-25 11:56 | 2026-03-25 12:41 |
| Reporter | FrancoisRecisio | Assigned To | jsantos | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.2.12 | ||||
| Target Version | 3.2.13 | ||||
| Summary | 0004927: TextWrapping behaves strangely with multiple inlines in a TextBlock | ||||
| Description | I don't know if it's a bug (but it looks like one). | ||||
| Attached Files | 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>
| ||||
| Platform | Any | ||||
| 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 |