Closed
Bug 22540
Opened 25 years ago
Closed 25 years ago
Tabbing between input fields doesn't work
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: escowles, Unassigned)
References
Details
Hitting the tab key when in a text inputfield does not take you to the next form
element. The console output does say:
135343520 : Blur occurred on: A Focusable DOM Element
135343520 : Focus occurred on: A Focusable DOM Element
To reproduce:
1. Start mozilla with a file with contents:
<html><body><form action="">
<p>1: <input type=text>
<p>2: <input type=text>
</body></html>
2. Click in the first text input area.
3. Hit tab.
4. The focus remains in the first text input area.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 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
•