[Mono-bugs] [Bug 78558][Nor] Changed - [PATCH] PropertyGrid: dropdown does not allow value selection by keyboard

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 1 04:56:52 EDT 2006


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 atsushi at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78558

--- shadow/78558	2006-06-01 04:53:08.000000000 -0400
+++ shadow/78558.tmp.25803	2006-06-01 04:56:52.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 78558
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: PropertyGrid: dropdown does not allow value selection by keyboard
+Summary: [PATCH] PropertyGrid: dropdown does not allow value selection by keyboard
 
 PropertyGrid does not allow users to select dropdown item by keyboard
 navigation. It only accepts mouse click.
 
 Steps to reproduce the problem:
 1. Run winforms/propertygrid/swf-propertygrid.exe
@@ -34,6 +34,15 @@
 It should move selected item.
 
 ------- Additional Comments From atsushi at ximian.com  2006-06-01 04:53 -------
 Created an attachment (id=17134)
 somewhat aggressive fix
 
+
+------- Additional Comments From atsushi at ximian.com  2006-06-01 04:56 -------
+The patch removes PropertyGridListBox which is not required to fix
+this patch. However it does nothing other than OnMouseMove() and the
+listbox (on .NET) does not actually change the selected item just by
+mousemove.
+
+This patch also handles ENTER and ESCAPE as well (to commit the
+selection, or to abort changes).


More information about the mono-bugs mailing list