2007-08-10 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Fri, 10 Aug 2007 17:27:33 +0000 (17:27 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Fri, 10 Aug 2007 17:27:33 +0000 (17:27 -0000)
commitb65487f09b4690214b94dc77a196121d993b510d
tree575ebbb537e88dfffed01016143fbe6037d6e3e5
parent68077f5398f27cd09d1331811b9a349738aa1c27
2007-08-10  Jonathan Pobst  <monkey@jpobst.com>

* TextBoxBase.cs: Fix SelectionLength when no text selected to match MS:
1.1 2.0
Handle Not Created -1 0
Handle Created 0 0
[Fixes bug #82371]

2007-08-10  Jonathan Pobst  <monkey@jpobst.com>

* TextBoxTest.cs: New test for 82371 to illustrate SelectionLength value when
no text is selected.

svn path=/trunk/mcs/; revision=83829
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs