[Mono-bugs] [Bug 561538] New: System.Web.UI.WebControls.Login password label "for" incorrect
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 8 01:26:55 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=561538
http://bugzilla.novell.com/show_bug.cgi?id=561538#c0
Summary: System.Web.UI.WebControls.Login password label "for"
incorrect
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: micolous+nov at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5)
Gecko/20091123 Iceweasel/3.5.5 (like Firefox/3.5.5; Debian-3.5.5-1)
The password label "for" the password field of the ASP Login control is
incorrect. When called, it generates:
<td align="right"><label id="ctl00_contentPlaceHolder_ctl00_PasswordLabel"
for="ctl00_contentPlaceHolder_ctl00_PasswordLabel">Password:</label></td><td><input
type="password" name="ctl00$contentPlaceHolder$ctl00$Password"
id="ctl00_contentPlaceHolder_ctl00_Password" /><span
id="ctl00_contentPlaceHolder_ctl00_PasswordRequired" title="Password is
required." style="visibility:hidden;color:Red;">*</span></td>
It should generate:
<td align="right"><label id="ctl00_contentPlaceHolder_ctl00_PasswordLabel"
for="ctl00_contentPlaceHolder_ctl00_Password">Password:</label></td><td><input
type="password" name="ctl00$contentPlaceHolder$ctl00$Password"
id="ctl00_contentPlaceHolder_ctl00_Password" /><span
id="ctl00_contentPlaceHolder_ctl00_PasswordRequired" title="Password is
required." style="visibility:hidden;color:Red;">*</span></td>
Reproducible: Always
Steps to Reproduce:
1. Create a form with a Login control on it.
2. Start the application using the control.
3. Click on the "Password" field.
Actual Results:
Focus was not given to the password form field.
Expected Results:
Focus should have been given to the password form field.
$ mono --version
Mono JIT compiler version 2.4.2.3 (Debian 2.4.2.3+dfsg-3)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
$ xsp2 --version
xsp2.exe 2.4.2.0
(c) (c) 2002-2007 Novell, Inc.
Minimalistic web server for testing System.Web
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list