[Mono-bugs] [Bug 74901][Nor] Changed - System.Timers.Timer doesn't
work properly when using the SynchronizingObject property
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 12 20:04:12 EST 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74901
--- shadow/74901 2005-05-11 20:01:13.000000000 -0400
+++ shadow/74901.tmp.18049 2006-01-12 20:04:12.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 74901
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: jackson at ximian.com
ReportedBy: sebastien at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: System.Timers.Timer doesn't work properly when using the SynchronizingObject property
@@ -125,6 +125,13 @@
Placing a Application.Run() at the end of the app (before the Sleep
call) will show that.
Not sure if we can/will fix this, or how to. Reassigning to SWF,
leaving open for now.
+
+------- Additional Comments From jackson at ximian.com 2006-01-12 20:04 -------
+We now match MS here. The test case will only work if the controls
+handle has not been created yet, and even then its not totally right
+as it invokes on the timer thread still. This is exactly what MS does.
+Also once the handle is created both us and MS fail to properly invoke
+the method.
More information about the mono-bugs
mailing list