[Mono-bugs] [Bug 81335][Nor] Changed - some control events are not fired (i.e. LoginStatus.LoggedOut) [w/ fix]
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 10 10:49:31 EDT 2007
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 mmorano at mikeandwan.us.
http://bugzilla.ximian.com/show_bug.cgi?id=81335
--- shadow/81335 2007-04-08 00:15:51.000000000 -0400
+++ shadow/81335.tmp.6347 2007-04-10 10:49:31.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 81335
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: mmorano at mikeandwan.us
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -63,6 +63,11 @@
+ }
+
foreach (EventInfo ev in ev_info){
if (InvariantCompareNoCase
(ev.Name, id_as_event)){
AddEventAssign (builder.method,
+
+------- Additional Comments From mmorano at mikeandwan.us 2007-04-10 10:49 -------
+I must have messed up my testing when I moved things to my windows box
+ - as having an attribute of just "LoggedOut" did not register the
+event at work. Once this was updated to OnLoggedOut, things worked.
More information about the mono-bugs
mailing list