[Mono-list] Mono asp:RadioButton group
Giang Hu
gianghu at gmail.com
Wed Nov 23 02:20:20 EST 2005
I have created a small patch again this problem. It work for me, and may
be you too.
Regards
Giang Hu.
Bernhard wrote:
> 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 <mailto:gianghu at gmail.com>
> *To:* mono-list at lists.ximian.com <mailto: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
>
More information about the Mono-list
mailing list