View Issue Details

IDProjectCategoryView StatusLast Update
0003990NoesisGUIUnitypublic2025-05-16 19:03
ReporterARPP3 Assigned Tojsantos  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.7 
Target Version3.2.8Fixed in Version3.2.8 
Summary0003990: Underline decorator does not work well with justified text
Description

When the text is spaced out to justify itself along the full width of its parent, the underline does not do the same. This is noticed in Unity, the VSCode plugin, as well as XAMLToy. Probably everywhere but these are the 3 I tested.

Steps To Reproduce

Please see the following in XAMLToy: https://www.noesisengine.com/xamltoy/a7eec9bda08eced4a0acc9cc3b01e3a4

Which I've also copied here:
<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Background="Black">

<Border Background="White" Width="400" Height="400" CornerRadius="20">
<StackPanel>
<TextBlock Margin="3,30" FontSize="33" TextWrapping="Wrap" TextDecorations="Underline">
The quick brown fox jumps over the lazy dog.
</TextBlock>
<TextBlock Margin="3,30" FontSize="33" TextWrapping="Wrap" TextDecorations="Underline" TextAlignment="Justify">
The quick brown fox jumps over the lazy dog.
</TextBlock>
</StackPanel>
</Border>
</Grid>

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-03-04 17:10 ARPP3 New Issue
2025-03-04 17:10 ARPP3 Tag Attached: Decorator
2025-03-04 17:10 ARPP3 Tag Attached: Text
2025-03-04 17:10 ARPP3 Tag Attached: Unity
2025-03-04 17:15 jsantos Assigned To => jsantos
2025-03-04 17:15 jsantos Status new => assigned
2025-03-04 17:15 jsantos Product Version => 3.2.7
2025-03-04 17:15 jsantos Target Version => 3.2.8
2025-05-16 19:03 jsantos Status assigned => resolved
2025-05-16 19:03 jsantos Resolution open => fixed
2025-05-16 19:03 jsantos Fixed in Version => 3.2.8
2025-10-10 13:29 jsantos Category Unity3D => Unity