[Mono-bugs] [Bug 69200][Nor] New - Visibility of inner controls is not always maintained during post backs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Nov 2004 10:37:36 -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 anmar@gmx.net.

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

--- shadow/69200	2004-11-07 10:37:36.000000000 -0500
+++ shadow/69200.tmp.32084	2004-11-07 10:37:36.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 69200
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: anmar@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Visibility of inner controls is not always maintained during post backs
+
+If we change the visibility of a control contained on another one, then
+hide the control that contains it (in a first post back), and then again
+show it (in a second post back), the inner control does not retain the
+initial change to its visibility. But it only happens if the initial state
+of the inner control is hidden, if it’s initially visible it works as
+expected (it is kept hidden).
+
+Steps to reproduce the problem:
+1. Unzip the attached test case
+2. Run xsp on that folder and point the browser to it (test.aspx)
+3. Click Button1
+4. Click Button2
+
+Expected Results:
+The text of the hidden Literal should be shown and the text of the second
+one should be hidden.
+
+Actual Results:
+The text of neither of them is shown.
+
+Additional Information:
+It has been tested with mono 1.0.4 and xsp 1.0.4 under windows.