[Mono-devel-list] Problem rendering System.Web.UI.WebControls.ComboBox to html

Curtis Wensley cwensley at mail.sydneyplus.com
Fri Feb 4 20:09:00 EST 2005


For some reason, the latest svn version of mono renders ComboBoxes as:
 
<input id=....>
    <option...>
</input>
 
instead of:
 
<select id=...>
    <option...>
</select>
 
Can anyone else verify this?  The combo boxes are added dynamically through
code, not in the aspx.  I don't see any bugs listed in bugzilla for
WebForms, shall I add?
 
Thanks,
Curtis.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050204/a3ee1fe7/attachment.html 


More information about the Mono-devel-list mailing list