[Mono-dev] Bugs in System.Web.UI.HtmlControls
Vladimir Krasnov
vladimirk at mainsoft.com
Wed Mar 15 11:50:47 EST 2006
Hello,
I would like to submit fixes for the following controls in
System.Web.UI.HtmlControls:
HtmlAnchor, if target attribute is empty it shouldn't be rendered
Test case Url:
/System_Web_UI_HtmlControls/HtmlAnchor/HtmlAnchor_Target.aspx
HtmlForm, default method "post" should be added if its value null or
empty string.
Test case Url:
/System_Web_UI_HtmlControls/HtmlForm/HtmlForm_Method2.aspx
HtmlInputImage, it removes attributes if it has null value, the fix is
to remove attributes with empty string value too.
Tets case Url:
/System_Web_UI_HtmlControls/HtmlInputImage/HtmlInputImage_Src.aspx
Please approve these patches,
If no one objects, I will commit
Vladimir Krasnov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HtmlInputImage.cs.patch
Type: application/octet-stream
Size: 390 bytes
Desc: HtmlInputImage.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060315/b298e129/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HtmlAnchor.cs.patch
Type: application/octet-stream
Size: 470 bytes
Desc: HtmlAnchor.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060315/b298e129/attachment-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HtmlForm.cs.1.patch
Type: application/octet-stream
Size: 342 bytes
Desc: HtmlForm.cs.1.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060315/b298e129/attachment-0002.obj
More information about the Mono-devel-list
mailing list