[Mono-dev] Bug : ASP.NET ListBox attributes not completely rendered

gillestemail-mono at yahoo.co.nz gillestemail-mono at yahoo.co.nz
Wed Oct 12 02:46:51 EDT 2005


Hello,

I'm struggling with a bothering bug with Mono 1.1.9.2 under FC4. Here
is this tag :

<asp:ListBox id="myListBox" runat="server" CssClass="MaxWidth" Rows="9"
AutoPostBack="True" SelectionMode="Single" /> 

The result is :
<select name="myListBox" size="9"> 

The expected result should be (under Mono 1.1.8.3 with MacOS X Tiger) :
<select name="myListBox" id="lstSynonyme"
onchange="__doPostBack('myListBox','')" class="MaxWidth" size="9"> 

Here's the little test case :
<%@ Page language="c#" AutoEventWireup="false"
CompilerOptions="/codepage:utf8" %> 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
<HTML> 
   <HEAD> 
      <title>Template</title> 
      <meta http-equiv="content-type" content="text/html;
charset=utf-8"> 
   </HEAD> 
   <body> 
      <form id="Form1" method="post" runat="server"> 
    <asp:ListBox id="myListBox" runat="server" CssClass="MaxWidth"
Rows="9" AutoPostBack="True" SelectionMode="Single"></asp:ListBox> 
      </form> 
   </body> 
</HTML> 

Thank you and regards.


	

	
		
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com



More information about the Mono-devel-list mailing list