Closed
Bug 118186
Opened 24 years ago
Closed 24 years ago
No keyboard shortcuts work when no windows are open
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: pekka.nikander, Assigned: bugzilla)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.7+) Gecko/20020102
BuildID: 2002010208
In mac, if you have no Mozilla windows opens but Mozilla
still as the frontmost application, keyboard shortcuts
do not work. Menus do work, though.
I think this is Mac specific since only Mac allows you
to have Mozilla receiving keyboard events even if it does
not have any windows open.
Reproducible: Always
Steps to Reproduce:
1. Start mozilla
2. Close all windows
3. Try to quit (CMD+Q) or open a new window (CMD+N)
Actual Results: Nothing happens.
Expected Results: The requested function should be activated.
This seems to be related to the following bugs:
#91749 http://bugzilla.mozilla.org/show_bug.cgi?id=91749
#91758 http://bugzilla.mozilla.org/show_bug.cgi?id=91758
These all seem to have the same symptom that under other GUI
designs you just don't have such a situation, and therefore
these seem to be Mac specific. Maybe the fact that menus
work when there are no windows open has already required some
mac specific code somewhere? Maybe that code could be generalized
to cover all Mac situations where menus are not available
at other platforms? And at the same time fix the keyboard
shortcut problem?
Comment 1•24 years ago
|
||
dup
*** This bug has been marked as a duplicate of 36016 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Component: XP Apps: GUI Features → Keyboard Navigation
Resolution: --- → DUPLICATE
Updated•7 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
•