Window buttons not selecting properly

The window button (minimize, maximize and close) are not selected on mouseover. They are only selected if the mouse is at the bottom of the icon. 

Gif: IMG 3908 (2) - Gifyu

Code:

<syncfusion:ChromelessWindow x:Class="com.Test.Client.Wpf.Windows"
                             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                             xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
                             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
                             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
                             xmlns:syncfusionskin="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF"
                             syncfusionskin:SfSkinManager.Theme="{syncfusionskin:SkinManagerExtension ThemeName=FluentLight}"
                             mc:Ignorable="d"
                             Title="Test"
                             Icon="/Project Example;component/Resources/Icons/ico3.ico"
                             Height="320"
                             Width="600"
                             UseNativeChrome="True"
                             ShowTitle="False"
                             ShowIcon="False"
                             ShowMaximizeButton="False"
                             ShowMinimizeButton="False"
                             Topmost="True"
                             ResizeMode="NoResize"
                             WindowStartupLocation="CenterScreen"
                             TitleBarBackground="#1c5780"
                             BorderBrush="#3a76a1"
                             ResizeBorderBrush="#3a76a1"
                             CornerRadius="0"
                             AllowsTransparency="True"
                             WindowStyle="None">
</syncfusion:ChromelessWindow>

5 Replies

SA Sulthan Amanu Syncfusion Team February 2, 2022 02:00 PM UTC

Hi  Sebastian,


We are able to reproduce are reported "Window buttons not selecting properly" issue and we need some more time to validate the reported issue on our end. So we’ll provide the further details on 4th February 2022. We appreciate your patience until then.


Regards,

Sulthan amanu



SA Sulthan Amanu Syncfusion Team February 4, 2022 05:53 PM UTC

Hi Sebastian, 

We are able to reproduce are report issue of "Window buttons not selecting properly". Issue reproduced only when setting a "UseNativeChrome" property set to "True" Value. If that property is not needed on your end, then you can remove the "UseNativeChrome" property. If you want to "UseNativeChrome" property please let us know. Based on your confirmation, we will proceed further on this.

Please let us know if you need any further assistance. 

Regards, 

Sulthan amanu



SE Sebastian March 11, 2022 02:01 PM UTC

Hi,

sorry, didn't notice you need a reply. Yes,  I need the UseNativeChrome Property. Has a fix been published for this bug in the latest versions?



SA Sulthan Amanu Syncfusion Team March 14, 2022 10:11 PM UTC

Hi  Sebastian,


Yes. The fix has been already included. However, we are checking few other cases. We will share the details on March 15th, 2022.


Regards,

Sulthan amanu



SA Sulthan Amanu Syncfusion Team March 15, 2022 06:55 PM UTC

Hi Sebastian,


As we were informed earlier, we have moved the fix for this issue. You can use the latest available NuGet. Please check and let us know if you still face any issues. The packages can be downloaded from the following link.

NuGet Link: https://www.nuget.org/ 

Please let us know if you need any further assistance on this, we will be glad to assist you.


Regards,

Sulthan amanu




Loader.
Up arrow icon