Bugzilla – Attachment 165099 Details for
Bug 313044
Radio Button Bug - Enabled - (A fix is provided)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Bug fix
RadioButton.cs.diff (text/plain), 565 bytes, created by
Thomas Wiest
on 2003-10-26 16:10:00 UTC
(
hide
)
Description:
Bug fix
Filename:
MIME Type:
Creator:
Thomas Wiest
Created:
2003-10-26 16:10:00 UTC
Size:
565 bytes
patch
obsolete
>--- C:\Old\mcs\class\System.Web\System.Web.UI.WebControls\RadioButton.cs 2003-10-01 19:11:44.000000000 +0300 >+++ C:\New\mcs\class\System.Web\System.Web.UI.WebControls\RadioButton.cs 2003-10-26 16:04:11.844099400 +0200 >@@ -59,6 +59,9 @@ > if (Checked) > writer.AddAttribute (HtmlTextWriterAttribute.Checked, "checked"); > >+ if(!Enabled) >+ writer.AddAttribute( HtmlTextWriterAttribute.Disabled, "disabled"); >+ > if (AutoPostBack){ > writer.AddAttribute (HtmlTextWriterAttribute.Onclick, > Page.GetPostBackClientEvent (this, ""));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 313044
: 165099 |
165100