Closed
Bug 145910
Opened 23 years ago
Closed 23 years ago
Alt+F focuses on input field instead of performing default action
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 128452
People
(Reporter: bugs, Assigned: samir_bugzilla)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510
BuildID: 2002051009
Alt+F focuses on input field, instead of starting the Find dialog on the
freshmeat.net main page, when the modifier keys (Alt, Ctrl) are swapped.
Reproducible: Always
Steps to Reproduce:
1. Swap your modifier keys in Edit->Pref.->Debug, to match old NS settings on
unix. (Acc.: 18, Menu: 17)
2. Restart Mozilla
3. Load the URL
4. Select some random text in the entries to mark the beginning of the search
5. Press Alt+F
Actual Results: The "Search for" text input field gets focused.
Expected Results: The Find in This Page dialog should pop up.
Workaround: Selecting Edit->Find in This Page
That's how I discovered this bug, but it's more severe for other users, who use
the default accelerator key modifiers (Acc.: 17, Menu: 18), because they loose
direct keyboard acces to the File menu.
changing summary to reflect the whole situation, as per description
Summary: Alt+F focuses on input field, instead of starting the Find dialog → Alt+F focuses on input field, instead of starting Find dialog, when modifier keys (Alt, Ctrl) swapped
Comment 3•23 years ago
|
||
<label accesskey="f" for="query"><b>Search for</b></label>
<input type="text" id="query" name="q" size="10" value="">
So Freshmeat is requesting explicitly that pressing 'f' focus that textfield.
*** This bug has been marked as a duplicate of 128452 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Component: XP Apps → Keyboard Navigation
Resolution: --- → DUPLICATE
Summary: Alt+F focuses on input field, instead of starting Find dialog, when modifier keys (Alt, Ctrl) swapped → Alt+F focuses on input field instead of performing default action
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•