Closed
Bug 103643
Opened 23 years ago
Closed 23 years ago
Submit button for Password Form does not work?
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: dizzy1, Assigned: asa)
Details
Attachments
(1 file)
585 bytes,
text/plain
|
Details |
Mozilla Build: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4+) Gecko/20011004
With the following code, enter no longer submits the page:
<form name="frmPassword" action="javascript:alert('test');" method="post">
Username:<input type="text" name="username"><br>
Password: <input type="password" name="password"><br>
<input type="submit" value="Login" name="submit">
</form>
Steps to reproduce:
1. Click on textarea next to Username.
2. Type in "ABC", then {tab}.
3. Type in a password.
4. Press Enter <= DOES NOT WORK FOR LATEST BUILD!!
Comment 2•23 years ago
|
||
Fixed as of this morning.
*** This bug has been marked as a duplicate of 99920 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•