Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81616 --- shadow/81616 2007-08-23 14:45:49.000000000 -0400 +++ shadow/81616.tmp.6236 2007-08-23 16:35:21.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 81616 Product: Mono: Class Libraries Version: 1.2 OS: RHEL 2.1 OS Details: RHEL WS 4, kernel 2.6.9-42 on i686 -Status: REOPENED -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Major Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -86,6 +86,20 @@ didn't hit the Alt key ------- Additional Comments From [EMAIL PROTECTED] 2007-08-23 14:45 ------- Created an attachment (id=19874) Overlay this file on the unzipped test project originally attached + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-23 16:35 ------- +Fixed in r84745. I tested a bunch of controls and found a couple +others that had the same problem. Thanks for the report! + +2007-08-23 Jonathan Pobst <[EMAIL PROTECTED]> + + * ListBox.cs, ListView.cs, TreeView.cs: Override IsInputCharInternal + and always return true. [Fixes bug #81616] + +2007-08-23 Jonathan Pobst <[EMAIL PROTECTED]> + + * ListBoxTest.cs, ListViewTest.cs, TreeViewTest.cs: Add tests that show + IsInputChar should always return true for these controls. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
