[Mono-bugs] [Bug 78271][Wis] Changed - Scrolling fast causes control location to shift

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 18 11:55:05 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 peter at novonyx.com.

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

--- shadow/78271	2006-05-18 11:39:55.000000000 -0400
+++ shadow/78271.tmp.24278	2006-05-18 11:55:05.000000000 -0400
@@ -60,6 +60,12 @@
 +				list.CopyTo (res);
 +				impl_list.CopyTo (res, list.Count);
  
  				return res;
  			}
 
+
+------- Additional Comments From peter at novonyx.com  2006-05-18 11:55 -------
+I spent a lot of time debugging this. As far as I can tell it's a 
+math problem with scrollbar combined with a timing issue due to our 
+delayed message processing of location changes.
+I don't quite understand how your fix should fix that problem?


More information about the mono-bugs mailing list