[Mono-bugs] [Bug 69928][Nor] Changed - Page.cs handles _requiresPostBack member variable badly; patch included

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 28 Nov 2004 16:13:29 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/69928	2004-11-25 20:03:51.000000000 -0500
+++ shadow/69928.tmp.2261	2004-11-28 16:13:29.000000000 -0500
@@ -2,16 +2,16 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: dobos_s@ibcnet.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: Page.cs handles _requiresPostBack member variable badly; patch included
 
@@ -37,6 +37,9 @@
 +		{
 +		    _requiresPostBack = null;
 +		}
  	}
  
  	[EditorBrowsable (EditorBrowsableState.Never)]
+
+------- Additional Comments From gonzalo@ximian.com  2004-11-28 16:13 -------
+Can you provide a test case that shows your statement?