[Mono-bugs] [Bug 79139][Maj] New - Texboxes of type "password" are not rendered correctly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 22 07:46:27 EDT 2006
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 dfreund at runlevel-5.org.
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: gonzalo at ximian.com
+ReportedBy: dfreund at runlevel-5.org
+QAContact: mono-bugs at ximian.com
+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
More information about the mono-bugs
mailing list