[Mono-bugs] [Bug 78282][Nor] New - ComboBox events
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 4 04:48:31 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=78282
--- shadow/78282 2006-05-04 04:48:31.000000000 -0400
+++ shadow/78282.tmp.8468 2006-05-04 04:48:31.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 78282
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: xenomorph2 at onlinehome.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ComboBox events
+
+When you move the mouse over the textbox inside a combobox mwf never fires
+ComboBox.MouseMove events. MouseMove events get only fired for the
+ComboBoxButton area.
+
+If you leave the ComboBoxButton area with the mouse and move the mouse
+cursor to the textbox a MouseLeave event is fired, though it should only
+get fired if you leave the ComboBox completely. When you then move the
+mouse outside the combobox area first a MouseLeave and then a MouseEnter
+event gets fired.
+
+Pressing the ComboBoxButton with the mouse fires a Click event on windows
+but not when you run mwf. A MouseUp event is also missing when you click
+to get the dropdown listbox. You get one if you close the dropdown listbox
+with a combobox button mouse click.
+
+MWF fires a lot of ComboBox.Paint events, for example when you press the
+ComboBoxButton to get a dropdown listbox. On windows ComboBox fires
+absolutely no Paint events. Never :( The same applies for Invalidated
+events. Windows never, MWF a lot.
More information about the mono-bugs
mailing list