Closed
Bug 108337
Opened 24 years ago
Closed 23 years ago
tdwaterhousebank.com - Remember my User ID causes Change Password option to appear at TDWaterhouse
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: joshua_a_johnson, Assigned: arun)
References
()
Details
(Whiteboard: [SYNTAX-HTML])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011
BuildID: 2001101117
After selecting "Login to Banking Services" at http://www.tdwaterhousebank.com,
you are taken to a page to where you can enter your user id/password. There is
an option (checkbox) that allows the site to remember your user id/password.
If you click on this with any version of Mozilla that I can rembember, it
activates the "Change Password" feature on the page (which is another option on
the page). You don't need an account at this page to see this bug in action.
Reproducible: Always
Steps to Reproduce:
1. Go to www.tdwaterhousebank.com
2. Click on "Log in to Banking Services"
3. Click on "Remember my User ID" checkbox
Actual Results: Change Password functionality was presented (which is another
option on the page but shouldn't be the one enacted with this action).
Expected Results: Present a check in the checkbox
Comment 1•24 years ago
|
||
This bug is invalid.
The problem lies in the HTML code.
===========================================
<script LANGUAGE="JavaScript">
if (parent.WNB.chgPassword != 1) {
document.write('<A href="javascript:OpenChangePassword()"
onmouseover="window.status=\'\';return true;">
<img src="/images/change_password.gif" width="143" height="19" border=0
name="Change Password">')
}
</script>
<font FACE="arial, helvetica" size="1"><br><br></font>
<input type="checkbox" name="saveConnectIDBox">
<font FACE="arial, helvetica" size="2"><b>Remember my User ID - </b>
<a href="Javascript: parent.WNB.openHelp('../help/acc00009.htm')"
onclick="parent.WNB.openHelp('../help/acc00009.htm'); return false;"
onmouseout="window.status='';return true;" onmouseover="window.status='About
this feature';return true;">
About this feature</a></font>
======================================================
Notice that there is no end </a> after the
<img src="/images/change_password.gif">
This is causing the following "<input type="checkbox"> remember my user ID -"
to appear as a link targeting to the same javascript function
"OpenChangePassword()".
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 2•24 years ago
|
||
===> evangelism
Status: RESOLVED → UNCONFIRMED
Component: HTML Form Controls → English: US
Product: Browser → Tech Evangelism
Resolution: INVALID → ---
Version: other → unspecified
Comment 5•24 years ago
|
||
*** Bug 111345 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
OS: Windows 2000 → All
Priority: -- → P1
Hardware: PC → All
Summary: Remember my User ID causes Change Password option to appear at TDWaterhouse → tdwaterhousebank.com- Remember my User ID causes Change Password option to appear at TDWaterhouse
Whiteboard: [HTML SYNTAX]
Comment 6•24 years ago
|
||
US Banks
Assignee: bclary → aruner
Component: US General → US Banks
QA Contact: zach → bclary
Whiteboard: [HTML SYNTAX] → [SYNTAX-HTML]
Updated•23 years ago
|
Summary: tdwaterhousebank.com- Remember my User ID causes Change Password option to appear at TDWaterhouse → tdwaterhousebank.com - Remember my User ID causes Change Password option to appear at TDWaterhouse
Comment 7•23 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•