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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79139 --- shadow/79139 2006-08-22 07:46:27.000000000 -0400 +++ shadow/79139.tmp.31887 2006-08-22 07:46:27.000000000 -0400 @@ -0,0 +1,47 @@ +Bug#: 79139 +Product: Mono: Class Libraries +Version: 1.1 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Texboxes of type "password" are not rendered correctly + +Description of Problem: +Textboxes with type="password" and runat="server" are rendered to +type="text". No hidden (password) input is possible. + +<input id="UserPass" type=password runat=server/> + +is rendered to + +<input name="UserPass" id="UserPass" type="text" /> + +I'm using Mono 1.1.16.1 under Windows and Linux, running XSP (1.1) +Webserver. It works correctly when using Mono 1.1.13.8 + +Steps to reproduce the problem: +1. Install Mono 1.1.16 from Windows/Linux installer +2. Start included XSP 1.1 test server +3. Navigate to http://localhost:8088/1.1/authtest/login.aspx +4. Type text into password field + +Actual Results: +Input is readable in clear text + +Expected Results: +Hidden input by showing a "*" instead of typed chars (depending on browser) + + + +How often does this happen? +always _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
