[Mono-bugs] [Bug 81295][Nor] Changed - EnableClientScript is not honored
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 3 05:32:19 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 mhabersack at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81295
--- shadow/81295 2007-04-02 21:56:02.000000000 -0400
+++ shadow/81295.tmp.30848 2007-04-03 05:32:19.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 81295
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: mmorano at mikeandwan.us
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -20,6 +20,12 @@
should not perform client side validation, by specifying the attribute:
EnableClientScript="false" on the control that submits the form, typically
an <asp:Button>
Currently, if you specify this attribute on an asp:Button, this attribute
is written directly to the HTML output incorrectly.
+
+------- Additional Comments From mhabersack at novell.com 2007-04-03 05:32 -------
+Mike, are you sure? I've just checked on ms.net and the attribute gets
+rendered verbatim as well. If you want to avoid the form validation on
+postback, you set the attribute to false on the validation control(s).
+Please check the issue again, thanks!
More information about the mono-bugs
mailing list