[Mono-bugs] [Bug 78463][Nor] New - ListView: navigating with the cursor keys through the LV items doesn't fire SelectedIndexChanged events

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat May 20 05:15:38 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 xenomorph2 at onlinehome.de.

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

--- shadow/78463	2006-05-20 05:15:38.000000000 -0400
+++ shadow/78463.tmp.22929	2006-05-20 05:15:38.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 78463
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: mkestner at ximian.com                            
+ReportedBy: xenomorph2 at onlinehome.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ListView: navigating with the cursor keys through the LV items doesn't fire SelectedIndexChanged events
+
+When you navigate through the ListViewItems of a ListView with the cursor
+keys the SelectedIndexChanged event gets never fired. It only gets fired
+when you select an item with the mouse.
+
+Attached is a simple test case. On windows the console output (with cursor
+keys) is:
+
+overriden OnSelectedIndexChanged
+TheSelectedIndexChanged
+
+mwf nothing.
+
+Attached is also a screenshot. You can see "artifacts" for ListViewItems
+that have no image...


More information about the mono-bugs mailing list