Closed
Bug 110955
Opened 23 years ago
Closed 23 years ago
input text box reacts to only each second key
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: ssv, Assigned: kinmoz)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.5) Gecko/20011011
BuildID: 20011011
When you try to enter any text into "username" field using a keybord then you
will see first character, will not see the second one, will see the second and
the third after pressing the third key and so on.
Here is HTML:
===============================================
<html>
<head>
<title>Left Bar</title>
</head>
<body bgcolor="white" link="#3d10e5" vlink="#3d10e5">
<font size="1"><b>
<div id="layer">
<table cool width="119" height="333" border="0" cellpadding="0" cellspacing="0"
gridx="16" showgridx usegridx gridy="16" showgridy usegridy>
<tr>
<td width="109" height="25" valign="top">
<center>
<form method="post"
action="http://www.amazingsolution.com/cgi-bin/user_info.cgi" target="Body">
<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"
size="1"><b>username</b></font><font size="1">
<input type="text" name="user" size="10">
<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="1">password</font>
<input type="password" name="password" size="10">
</form>
</body>
</html>
===============================================
Reproducible: Always
Steps to Reproduce:
1. http://www.amazingsolution.com/page/left.html
2. select "username" text field
3. try to enter any string
Comment 2•23 years ago
|
||
I can reproduce this. Smells like a Mozilla bug, since no JavaScript is involved.
Build ID: 2001 11 15 03. Windows 2000.
Comment 3•23 years ago
|
||
confirming with win2k build 20011120..
Status: UNCONFIRMED → NEW
Ever confirmed: true
*** This bug has been marked as a duplicate of 91423 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•