Closed
Bug 110927
Opened 24 years ago
Closed 24 years ago
ALT key does not highlight the menu
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cowwoc2020, Assigned: mkaply)
Details
Attachments
(1 file)
1.35 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:0.9.6+) Gecko/20011119
BuildID: 2001111911
Hitting ALT (alone) should close pull-down menus if they're already open,
otherwise the PM-window options should pop open.
Reproducible: Always
Steps to Reproduce:
1. Hit ALT while pull-down menus are open
2.
3.
Actual Results: Two menus are open, the PM-window options and the Mozilla
pull-down menus
Expected Results: ALT is hit when:
- submenus are closed THEN pm-window options should open
- submenus are open THEN submenus should close (pm-window options remain close
as well)
Comment 1•24 years ago
|
||
hmm, works in win98 nightly from yesterday. what is a "PM" window on OS/2?
Reporter | ||
Comment 2•24 years ago
|
||
PM stands for "Presentation Manager". Think of it as a Window Manager for OS/2;
all GUI windows are PM windows.
Comment 3•24 years ago
|
||
cc: mkaply i guess
Assignee | ||
Comment 4•24 years ago
|
||
The Alt key should work as the OS does, highlighting the menu. It should not
bring down the system menu,
Assignee: asa → mkaply
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Hitting ALT should close pull-down menus → ALT key does not highlight the menu
Comment 5•24 years ago
|
||
Modified nsWindow.cpp so that ALT will have the same behavior on OS/2 as on
Windows. Alt will now close open menus without opening the PM-window menu, and
will toggle menu's active/inactive state when pressed. The PM-Window menu will
open when Alt+Space is pressed.
Assignee | ||
Comment 6•24 years ago
|
||
r=mkaply
fix checked in.
Nice fix Jessica.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•