xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.87k stars 871 forks source link

TimePicker input issue #1134

Closed xceedsoftware closed 3 years ago

xceedsoftware commented 7 years ago

itabaev[CodePlex]
There is a problem when entering minutes into TimePicker. TimePicker allows you to enter only the first digit of the minute. The second digit can only be entered if you enter the same digit twice. An example in gif. The order of input: 1, 2, 3, 4, 5, 6, 1, 1, 2.

xceedsoftware commented 7 years ago

BoucherS[CodePlex]
Hi,

This should be fixed in v3.1.

―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF

Omcsesz commented 3 years ago

Is it fixed yet?

XceedBoucherS commented 3 years ago

Hi, can you reproduce this in the LiveExplorer of the ClickOnce app (https://xceed.com/en/our-products/product/toolkit-plus-for-wpf) ? If yes, can you submit a sample showing the issue please ? Thank you

Omcsesz commented 3 years ago

Hi, can you reproduce this in the LiveExplorer of the ClickOnce app (https://xceed.com/en/our-products/product/toolkit-plus-for-wpf) ? If yes, can you submit a sample showing the issue please ? Thank you

Sorry, I have no access to the Plus version, I can not verify that.

XceedBoucherS commented 3 years ago

The LiveExplorer is free to use. You also have it in the sources available here on github. Just run the code and start the LiveExplorer and see if this is an issue in the LiveExplorer. This should already be fixed.

Omcsesz commented 3 years ago

I tried, and it seems to be working. I think we can close this!