Harald Daltveit
9a90238178
fix(DoubleUpDown): revert to previous value on out-of-range input with ClipValueToMinMax=false
When ClipValueToMinMax=false and the user enters an out-of-range value
then tabs away (UpdateSourceTrigger=LostFocus), the control was silently
truncating digits to bring the value within Min/Max range. For example,
with Max=20000, typing 123456 would set the VM property to 12345 instead
of reverting to the original valid value.
Root cause: The intermediate valid values typed (e.g. 12345) were being
committed to the internal Value property during typing. On LostFocus,
when the final value (123456) was out of range, the text was reverted to
the last committed intermediate value instead of the pre-edit value.
Fix: Save the initial Value on focus gain (_initialValueOnFocus), and
restore it in the SyncTextAndValueProperties catch block when
ClipValueToMinMax=false and the user is not actively typing.
Fixes #1801
2 weeks ago
XceedBoucherS
9b4258a992
V5.1.0 Released
2 weeks ago
XceedBoucherS
5c5bcb3875
V5.0.0 Released
10 months ago
XceedBoucherS
0ea39c50c0
V4.7.0 Released
1 year ago
Simon Boucher
83b9263df6
V4.6.1 Released
2 years ago
Simon Boucher
03d4331dc6
V4.6.0 Released
2 years ago
Simon Boucher
df962343e1
V4.5.1 Released
3 years ago
Simon Boucher
c110ea745f
V4.5.0 Released
4 years ago
Simon Boucher
b5ce95e5e7
V4.4.0 Released
4 years ago
Simon Boucher
a20eb81655
V4.3.0 Released
4 years ago
Simon Boucher
5a8bbe7895
V4.2.0 Released
5 years ago
Simon Boucher
1ed1e410c2
V4.1.0 Released
5 years ago
Simon Boucher
59dd599ec0
V4.0.2 Released
6 years ago
Simon Boucher
1df13d45e1
V4.0.0 Released
6 years ago
Simon Boucher
cf10fcb830
V3.8.0 Released
6 years ago
Simon Boucher
1e0b826e1f
V3.7.0 Released
7 years ago
Simon Boucher
94eec13344
V3.6.0 Released
7 years ago
BoucherS
aa93c693a5
V3.5.0 Reviewed
7 years ago
BoucherS
3c1b88956a
V3.1.0 reviewed
7 years ago
BoucherS
e8345a642d
V3.5.0 Released
7 years ago
BoucherS
24ecc09cf3
V3.4.0 Released
8 years ago
BoucherS
71a12b489e
V3.3.0 Released
V3.3.0 Released
8 years ago
BoucherS
6dc73683a7
V3.2.0 Released
9 years ago
BoucherS
da50a34e7e
Update Pull Request 1170 to not use C# 6 Stuff
9 years ago
XceedBoucherS
b875e27844
Revert "Update Pull Request 1170 to not use C# 6 stuff."
9 years ago
BoucherS
09260f4406
Update Pull Request 1170 to not use C# 6 stuff.
Update Pull Request 1170 to not use C# 6 stuff.
9 years ago
aydjay
722d4d4880
Fixed null reference when databound mask is nulled
9 years ago
John Stewien
23a6e2f5db
AvalonDock Made ContentID Bindable in LayoutContent.cs
9 years ago
John Stewien
7488d6d367
AvalonDock fixed tabs undocking when changing tabs to a different sized tab, related to AutoSize setting.
9 years ago
John Stewien
0f3f8be154
AvalonDock Fixed some null reference exceptions
9 years ago
John Stewien
7802d00c12
AvalonDock fixed crash when shrinking auto-sized panel
9 years ago
J. Smith
c5c38984b0
Modify RichTextBoxFormatBarManager.cs to fix #1165
Addresses #1165
In my testing, this appears to solve this problem and does not interfere with or alter normal behavior.
I tried to keep code formatting consistent with original code.
9 years ago
ryoichi1988
d2968a3078
For improvement of docking performance, UpdateChildren is not done except DirectChildrenChanged
9 years ago
BoucherS
6408c7372d
V3.1.0 Released
9 years ago
BoucherS_cp
015d89f201
10 years ago
BoucherS_cp
fcc59e8737
Version 2.9
10 years ago
BoucherS_cp
e3122b7e41
10 years ago
BoucherS_cp
a9332abb2d
10 years ago
BoucherS_cp
ebbbd00457
11 years ago
BoucherS_cp
854027e890
11 years ago
BoucherS_cp
af8b733790
12 years ago
BoucherS_cp
964cdfeb69
12 years ago
BoucherS_cp
ac5ca4f242
12 years ago
BoucherS_cp
8598422abe
12 years ago
BoucherS_cp
925cbcd472
13 years ago
emartin_cp
983f425e67
Version 2.0
13 years ago
emartin_cp
0d9a63a7d2
Version 1.9
14 years ago
emartin_cp
a64bb838eb
Rename WPFToolkit.Extended directories for Xceed.Wpf.Toolkit
14 years ago
emartin_cp
f068898687
1.8.0 Release - Various deployment fixes
14 years ago
emartin_cp
947774e4b0
1.8.0 Release - SampleData library added
14 years ago