Closed
Bug 593
Opened 26 years ago
Closed 24 years ago
Forms with only one text field should submit on enter
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: karnaze)
Details
In a form with only one text field, the form should be submitted when the user
presses the enter key inside the text field. Sample HTML:
<form action="foo.cgi" method="post">
<input type=text size=25 value="Submit me">
</form>
Currently, I hear a "ding" when hitting enter but nothing happens. I assume this
is a forms issue but will need something from the events world too.
Updated•26 years ago
|
Component: Unknown → Form Submission
Comment 1•25 years ago
|
||
Marking VERIFIED on:
- MacOS86 2000-01-26-03 Commercial Build
- Linux6 2000-01-25-20 Commercial Build
- Win98 2000-01-25-20 Commercial Build
Status: RESOLVED → VERIFIED
Comment 2•24 years ago
|
||
mid-air collision ? / bugzilla cleanup
Reopening (current State: verified and no resolution)
Status: VERIFIED → REOPENED
Comment 3•24 years ago
|
||
fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
This makes it impossible to use html forms and JavaScript to create a local
program (which isn't supposed to submit).
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•