[Mono-bugs] [Bug 75365][Nor] Changed - Problems with encoding and
attribute values.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 23 11:49:49 EDT 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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=75365
--- shadow/75365 2005-06-23 11:21:57.000000000 -0400
+++ shadow/75365.tmp.8613 2005-06-23 11:49:49.000000000 -0400
@@ -19,6 +19,30 @@
dropdownlist.
------- Additional Comments From gonzalo at ximian.com 2005-06-23 11:21 -------
Created an attachment (id=15371)
testaccest.tar.gz
+
+------- Additional Comments From informatique.internet at fiducial.fr 2005-06-23 11:49 -------
+I'm working for DropDownList in ASP.NET
+
+On MS.NET the compiled html is :
+<select name="DropDownList1" id="DropDownList1" style="Z-INDEX: 102;
+LEFT: 40px; POSITION: absolute; TOP: 112px">
+ <option value="Accent aigu : é">Accent aigu : é</option>
+ <option value="Accent grâve : è">Accent grâve :
+è</option>
+</select>
+
+On Mono the compiled html is :
+
+<select name="DropDownList1" id="DropDownList1"
+style="height:24px;width:280px;Z-INDEX: 102; LEFT: 40px; POSITION:
+absolute; TOP: 112px"><option value="Accent aigu : ﴁ">Accent aigu :
+ﴁ</option>
+<option value="Accent grﳺve : ﴀ">Accent grﳺve :
+ﴀ</option>
+</select>
+
+There's two problems in fact: the html encoding is bad and the value
+parameter is bad encoded...
More information about the mono-bugs
mailing list