[Mono-bugs] [Bug 50160][Maj] New - HtmlControl Disable doesn't work - A fix is provided

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Oct 2003 06:27:54 -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 yaronsh@mainsoft.com.

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

--- shadow/50160	2003-10-27 06:27:53.000000000 -0500
+++ shadow/50160.tmp.26158	2003-10-27 06:27:53.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 50160
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HtmlControl Disable doesn't work - A fix is provided
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+HtmlControl disable doesn't work
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+2. Click on the "Disable" button
+
+Actual Results:
+The "HtmlButton" button is not disabled
+
+Expected Results:
+The "HtmlButton" button should be disabled
+
+How often does this happen? 
+Always
+
+Additional Information:
+Related to all html controls.
+
+The problem as you can see in the fix is that disabled was stored in local 
+varibale that not saved or loaded and should be stores at the attributes 
+collection that is rendered.
+I've canceld this variable and stores the "disable" info at the attributes 
+like it should be.