Closed
Bug 6520
Opened 26 years ago
Closed 26 years ago
[enter] does not work in form(s)
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: mikko.huhtala, Assigned: joki)
References
()
Details
(Whiteboard: [MAKINGTEST] Crysgem@hotmail.com)
On pages where there is no separate 'submit' button next to
a form, pressing enter with cursor in the form does not work.
For instance, typing 'mozilla' in the 'find:' box at www.freshmeat.net
and pressing enter does nothing (enter starts the search in 4.06).
'Transferring data from freshmeat.net' appears but that's it.
Tag for the form is
<FORM METHOD="post" ACTION="http://core.freshmeat.net/search.php3">
<SMALL>find: <INPUT TYPE="text" SIZE="15" NAME="query"></SMALL></FORM>
I'm using precompiled M5 on an AMD K6 machine running RH 5.1.
Updated•26 years ago
|
Assignee: karnaze → joki
Comment 1•26 years ago
|
||
This doesn't work on WinNT any more. It used to work. Tom, can you take a look.
nsFormControlFrame::HandleEvent checks for enter key events but they aren't
comming through any more.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Whiteboard: [MAKINGTEST] Crysgem@hotmail.com
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
•