Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
XamTextEditor changes width after Focus
posted

We recently upgraded from Version 16.1.20161.2174 to Version 24.1.20241.39.

After upgrading, we experienced weird behaviour in the width of the XamNumericEditor and XamTextEditor.

When XamTextEditor is focused it changes the width. Here is an example with Version 24.1.20241.39:

Here is the same example with Version 16.1.20161.2174:

This is the Code of the View:

    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="auto"/>
            <RowDefinition Height="auto"/>
            <RowDefinition Height="*"/>
        </Grid.RowDefinitions>
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="auto"/>
            <ColumnDefinition Width="auto"/>
        </Grid.ColumnDefinitions>
        <Label Grid.Row="0" Grid.Column="0" Content="Label 1"/>
        <editors:XamTextEditor Grid.Row="0" Grid.Column="1" Width="200"/>
        <Label Grid.Row="1" Grid.Column="0" Content="Label 2"/>
        <editors:XamTextEditor Grid.Row="1" Grid.Column="1" Width="200"/>
    </Grid>

  • 34790
    Offline posted

    Hello Ludwig,

    I have been investigating into the behavior you are seeing, and I was able to reproduce it. This appears to be an unexpected issue with the XamTextEditor control, and as such, I have logged it in our internal tracking systems with a development ID of 33893.

    Normally, I would create you a private support case to link this issue to, but it appears that you have already done this by submitting case C-00239230. I will link this issue to that support case so that you can be notified when a fix or other resolution becomes available. You can continue to send updates to this forum thread or that support case at any time.

    Please let me know if you have any other questions or concerns on this matter.