Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Unassigned: TimeSpanUpDown displays incorrectly when TimeSpan > 24h [22327]

$
0
0
If the TimeSpan in the TimeSpanUpDown control is set to a value larger than 23:59:59 via binding, then the display of the TimeSpan is corrupt. The TimeSpan is correctly displayed, but then the 'hh:mm:ss' part is appended to the end a 2nd time.

![Image](http://i.stack.imgur.com/tly9x.png)

As detailed [here](https://stackoverflow.com/questions/33300212/workaround-for-display-bug-of-timespanupdown-when-changing-days) , this can be reproduced by adding two TimeSpanUpDown controls to a form and binding them to the same time span value. When one is changed, the second is updated via a property changed notification and ends up showing incorrect timespan, as per the picture.
Comments: ** Comment from web user: planewatcher **

I retested using the trial version of Plus Edition v3.1.0 , the problem is fixed in that release.


Viewing all articles
Browse latest Browse all 4964

Trending Articles