Closed Bug 275966 Opened 20 years ago Closed 20 years ago

Cursor disappear in password field

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 246576

People

(Reporter: jorgk-bmo, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

Go to https://olb.westpac.com.au/default.asp.
Click on Password field on this page. Cursor disappears.
(Dare I say: try in IE, that shows a cursor).
I find this quite confusing.


Reproducible: Always

Steps to Reproduce:
1. Go to https://olb.westpac.com.au/default.asp.
2. Click on Password field on this page. Cursor disappears.
3.

Actual Results:  
Cursor disappears.

Expected Results:  
Show cursor.
I can confirm that after clicking the username field, focusing the password
field results in a hidden cursor.

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a6) Gecko/20041223 Firefox/1.0+
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041223
Firefox/1.0+
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041223
Severity: minor → normal
Component: General → Layout: Form Controls
OS: Windows 2000 → All
Product: Firefox → Core
Hardware: PC → All
Version: unspecified → Trunk
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041224

wfm is JS is disabled, bug seen if JS is enabled:

Tabbing order is 'Customer No.' -> Password -> 'sign in' button 
tabbing from 'Customer No.' -> Password gives focus to the password field, but
doesn´t show the cursor.
Shift-Tabbing from  'sign in' button -> Password shows the cursor.

another bug seen:
If I go to another window, and come back, the cursor goes from 'Customer No.' to
the Password input, and is blinking there.

<td align="left"><input type="text" name="CUS" size="9" maxlength="9" value=""
tabindex="1" onkeypress="IEHandleKeyPress()"
onblur="document.Login.PWD.focus();" /></td>

<td align="left"><input type="password" name="PWD" size="9" maxlength="6"
value="" tabindex="2" onkeypress="IEHandleKeyPress()" /></td>
Not a form controls bug (and why leave it assigned to blake?).
Assignee: firefox → events
Component: Layout: Form Controls → Event Handling
QA Contact: general → ian

*** This bug has been marked as a duplicate of 246576 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.