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=80429 --- shadow/80429 2007-01-02 12:48:14.000000000 -0500 +++ shadow/80429.tmp.6845 2007-01-02 12:48:14.000000000 -0500 @@ -0,0 +1,27 @@ +Bug#: 80429 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ListView raises multiple MouseHover events + +When a ListView is in HoverSelection mode, the parent control raises a +MouseHover for each item hovered over. This is an implementation detail +for the ItemControl where we reset the hover logic in the driver to enable +us to detect hovers automatically, but is undesirable for the parent to raise. + +The logic in ItemControl.ItemsMouseHover needs to be extended to only call +owner.OnMouseHover once for each Enter/Leave cycle. It should be based on +owner Enter/Leave, not ItemControl, because moving back and forth between +column headers and items in Detail view should not cause Hover to raise again. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
