[Mono-bugs] [Bug 80467][Nor] Changed - ListView: Right-click on item does not set focus to ListView
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 24 19:39:09 EDT 2007
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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80467
--- shadow/80467 2007-02-15 03:29:37.000000000 -0500
+++ shadow/80467.tmp.32379 2007-03-24 18:39:09.000000000 -0500
@@ -12,12 +12,13 @@
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: 1_2
URL:
Cc:
Summary: ListView: Right-click on item does not set focus to ListView
+BugsThisDependsOn: 81227
Right-clicking on a ListViewItem does not set focus to the ListView.
To reproduce:
1. compile and run the attached code snippet.
@@ -41,6 +42,11 @@
+
The problem is that some of my tests show that clicking an instance of
the Control class should not give the focus to it (as opposed to using
the tab key). However, our current impl does (clicking set focus for
the Control instance).
+
+------- Additional Comments From unserkonig at gmail.com 2007-03-24 18:39 -------
+The part of this bug related to ListView is fixed. The remaining bits
+are part of the behaviour of Control when using ContextMenu, which is
+reported as bug 81227.
More information about the mono-bugs
mailing list