Closed
Bug 51642
Opened 24 years ago
Closed 24 years ago
Can't tab between form controls over a combobox
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: mikepinkerton, Assigned: danm.moz)
References
()
Details
(Keywords: platform-parity, Whiteboard: [nsbeta3-])
- go to www.hotmail.com
- click in the "sign in name" text field to put focus there
- hit tab twice
- type some characters
expected results:
- insertion point should be in the "password" field
- text typed should go there
actual:
- focus appears stuck on the combo box
- typing doesn't produce any text at all
in fact, no amount of tabbbing will ever get the cursor to the password field.
this works fine on win32.
Comment 3•24 years ago
|
||
Marking nsbeta3-. Just not enough time to fix this problem before beta3.
Whiteboard: [nsbeta3-]
This was more fallout from overeager filtering of events sent to windowshaded
windows. We're now filtering only mousemove events, and this bug, among others,
is fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
OS: Mac System 9.x
You need to log in
before you can comment on or make changes to this bug.
Description
•