[Mono-bugs] [Bug 78565][Nor] New - PropertyGrid: list items are not navigable through up/down keys

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 1 08:47: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=78565

--- shadow/78565	2006-06-01 08:47:52.000000000 -0400
+++ shadow/78565.tmp.29423	2006-06-01 08:47:52.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 78565
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+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: list items are not navigable through up/down keys
+
+On .NET, we can move to next/previous item in the PropertyGrid item list
+when the list has focus. currently we don't have that keyboard navigation.
+
+Steps to reproduce the problem:
+1. Run winforms/propertygrid/swf-propertygrid.exe
+2. Click the name part of any property.
+3. press up or down key.
+
+Actual Results:
+
+It does not move between items.
+
+Expected Results:
+
+UP key to move to upper item, down key to move to lower item.


More information about the mono-bugs mailing list