Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
index a0ea5f913e8..87e16f83662 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-14 Alon Gazit <along@mainsoft.com>
+ * HtmlInputButton.cs: The problem was in RenderAttributes().
+ Before adding the script to the HTML, the number of Validators should
+ be checked. fixes bug #52158.
+
2003-12-07 Alon Gazit <along@mainsoft.com>
* HtmlTableCell.cs: fixing a typo in NoWrap property.