[Mono-bugs] [Bug 79020][Nor] Changed - [PATCH] TextBox does not render name attribute if you do not specify ID property
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 24 09:50:45 EDT 2006
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 alex at buayacorp.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79020
--- shadow/79020 2006-08-24 00:03:13.000000000 -0400
+++ shadow/79020.tmp.32234 2006-08-24 09:50:45.000000000 -0400
@@ -78,6 +78,20 @@
with the new patch.
------- Additional Comments From gonzalo at ximian.com 2006-08-24 00:03 -------
I fixed this in svn, even though a test case on 2.0 breaks.
Thanks.
+
+------- Additional Comments From alex at buayacorp.com 2006-08-24 09:50 -------
+Sorry, I've submited the bad patch.
+
+I think there is a typo on TextBoxTest.MultilineRenderEscape test:
+
+- under 1.x profile, the expected value is "<textarea
+name></textarea></textarea>", it should be
+"<textarea></textarea></textarea>"
+
+- under 2.x profile fails because, rows and cols were rendered in
+reverse order
+
+I'll upload the new patch.
More information about the mono-bugs
mailing list