wpftoolkit icon indicating copy to clipboard operation
wpftoolkit copied to clipboard

TimePicker dropdown button incorrect behaviour when updating from 4.1 to 4.2

Open bartosz-jarmuz opened this issue 3 years ago • 4 comments

Hello, I have noticed an icorrect behaviour of the TimePicker control after upgrading the Plus library from version 4.1 to 4.2. The dropdown button next to the up/down button is not rendered correctly in some of the controls.

Minimum steps to reproduce: Blank WPF add with following XAML:

<TextBlock Grid.Column="0" Grid.Row="0" Text="Start date:"/>
<DatePicker Grid.Column="1" Grid.Row="0" />
<xctk:TimePicker Width="93" Grid.Column="2" Grid.Row="0"  />

<TextBlock Grid.Column="0" Grid.Row="1" Text="end date:"/>
<DatePicker Grid.Column="1" Grid.Row="1" />
<xctk:TimePicker Width="93" Grid.Column="2" Grid.Row="1"  />

In version 4.1 this renders fine a image

After upgrading to 4.2 it looks incorrect:

Either like that (dropdown completely collapsed) image

or like that: image

In case there are more controls, only the last one is rendered properly:

image

Kind regards, Bartosz

bartosz-jarmuz avatar Sep 09 '21 11:09 bartosz-jarmuz

Hi, this is a known issue which is already fixed. The fix will be included in the next release v4.3. Thank you.

XceedBoucherS avatar Sep 16 '21 15:09 XceedBoucherS

When can we expect v4.3?

Sputnik24 avatar Feb 06 '22 10:02 Sputnik24

这里是郭瑞的邮箱,已收到您的来件,我会尽快拜阅并给予您回复

zhongruijia avatar Feb 06 '22 10:02 zhongruijia

Hi, v4.3 OpenSource should be released in a few weeks. Please note that you can already test v4.3 Plus version here : https://xceed.com/en/our-products/product/toolkit-plus-for-wpf Thank you

XceedBoucherS avatar Feb 07 '22 12:02 XceedBoucherS