View Issue Details

IDProjectCategoryView StatusLast Update
0002823NoesisGUIC++ SDKpublic2023-11-09 17:44
Reporterjsantos Assigned Tomaherne  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Target VersionStudio_AlphaFixed in VersionStudio_Alpha 
Summary0002823: Issues editing text
Description

With the following XAML created by the studio, I am not able to properly select words (double click) or even move the cursor char by char:


<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Background="#FF4D5052">
<Grid>
<TextBlock x:Name="Emoji" Text="hola colcacola" TextWrapping="Wrap" HorizontalAlignment="Center" VerticalAlignment="Center" RenderTransformOrigin="0.5,0.5" Height="103" FontSize="69" TextAlignment="Center" Foreground="#FF10BC0F"/>
</Grid>
</Page>

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-11-07 20:30 jsantos New Issue
2023-11-07 20:31 jsantos Assigned To => maherne
2023-11-07 20:31 jsantos Status new => assigned
2023-11-07 20:31 jsantos Target Version => Studio_Alpha
2023-11-07 20:31 jsantos Description Updated
2023-11-09 17:44 maherne Status assigned => resolved
2023-11-09 17:44 maherne Resolution open => fixed
2023-11-09 17:44 maherne Fixed in Version => Studio_Alpha