[Mono-list] Mono asp:RadioButton group

Bernhard schwimmlehrer at gmail.com
Tue Nov 22 10:11:54 EST 2005


I have added this here as a comment:
http://bugzilla.ximian.com/show_bug.cgi?id=76706
Should we file a separate bug report for that one?

Best Regards
Bernhard
  ----- Original Message ----- 
  From: Giang Hu 
  To: mono-list at lists.ximian.com 
  Sent: Tuesday, November 22, 2005 5:13 AM
  Subject: [Mono-list] Mono asp:RadioButton group


  Hi all,

  I found a strange behaviour of mono asp:radiobutton (http://www.gianghu.net/1.1/webcontrols/web_radiobutton.aspx). In that example, mono render incorrect HTML target:

	<input id="r1" type=
"radio" name="r1" checked="checked" 
/><label for="r1">One</label>	<
br>	<input id="r2" type=
"radio" name="r2" /><label
 for="r2">Two</label>	<br>	<input id="r3" 
type="radio" name="r3" /><
label for="r3">Three</label>	<br>	Here another group of radio buttons.
	<br>	<input id="r4" type
="radio" name="r4" /><label
 for="r4">Ein</label>	<br>	<
input id="r5" type="radio" 
name="r5" checked="checked" /><
label for="r5">Zwei</label>	<br>Instead of:

	<input id="r1" type=
"radio" name="group1" checked="checked" 
/><label for="r1">One</label>
	<br>	<input id="r2" type
="radio" name="group1" /><
label for="r2">Two</label>	<br>	<input id="r3" 
type="radio" name="group1" /><
label for="r3">Three</label>	<br>	Here another group of radio buttons.
	<br>	<input id="r4" type
="radio" name="group2" /><
label for="r4">Ein</label>	<br>	<
input id="r5" type="radio" 
name="group2" checked="checked" /><
label for="r5">Zwei</label>	<br>Any ideas?

  Regards,
  Giang Hu



------------------------------------------------------------------------------


  _______________________________________________
  Mono-list maillist  -  Mono-list at lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20051122/e8881f94/attachment.html


More information about the Mono-list mailing list