[Mono-bugs] [Bug 78732][Nor] New - too many mousemove events

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 29 13:26:56 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 les42_1 at hotmail.com.

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

--- shadow/78732	2006-06-29 13:26:56.000000000 -0400
+++ shadow/78732.tmp.20154	2006-06-29 13:26:56.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 78732
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: centos
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: les42_1 at hotmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: too many mousemove events
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+On Linux, the MouseMove mechanism retains many more move events than on
+windows. When data is processed based on the mouse move, the Linux version
+is much slower.
+
+Steps to reproduce the problem:
+1. Build and run the attached
+2. 
+3. 
+
+Actual Results:
+When the panel is traversed by the mouse for 3 seconds, there are about 20
+detected events on my windows machine and on Linux there are about 200 such
+events.
+
+Expected Results:
+The Linux version should detect the same amount of events.
+
+How often does this happen? 
+Always
+
+Additional Information:
+Using the latest svn


More information about the mono-bugs mailing list