[Mono-bugs] [Bug 76713][Nor] New - asp:LinkButton disabled doesn't
work in XSP
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 15 13:19:14 EST 2005
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 pucis at inbox.lv.
http://bugzilla.ximian.com/show_bug.cgi?id=76713
--- shadow/76713 2005-11-15 13:19:14.000000000 -0500
+++ shadow/76713.tmp.9612 2005-11-15 13:19:14.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 76713
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Windows XP
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: pucis at inbox.lv
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: asp:LinkButton disabled doesn't work in XSP
+
+Description of Problem:
+
+asp:LinkButton setting Enabled="False" doesn't work
+
+Steps to reproduce the problem:
+1. use code <asp:LinkButton ID="First" runat="server" Enabled="False"
+>First</asp:LinkButton>
+
+
+Actual HTML Results:
+
+<a id="First" disabled="disabled" href="javascript:__doPostBack('First','')
+">First</a>
+
+
+Expected HTML Results:
+
+<a id="First" disabled="disabled">First</a>
+
+(Without "href" attribute)
+
+
+Additional Information:
+
+Windows XP SP2, mono 1.1.10, XSP
More information about the mono-bugs
mailing list