Closed
Bug 98714
Opened 24 years ago
Closed 23 years ago
"View|Sort by" and "View|Sidebar" both uses "b" as their mnemonic
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: risto.kankkunen, Assigned: sspitzer)
Details
Attachments
(1 file)
779 bytes,
patch
|
Details | Diff | Splinter Review |
There are two problems here:
1. Duplicate mnemonics in a menu should be avoided
2. If there are multiple items sharing a mnemonic, pressing it should just
highlight the next one, not activate any of them.
Steps to repro:
1. In mailnews, press Alt-V b
Actual result:
Sidebar toggles
Expected result: First press of "b" to highlight "Side_b_ar"
Second press to highlight "Sort _b_y"
Third to highlight "Side_b_ar"
etc.
Comment 1•24 years ago
|
||
Yes, both these menuitems use "b" as their mnemonic.
Any suggestions on what to use instead and which to change?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: "View|Sort by" duplicates the mnemonic of "View|Sidebar", bad behaviour → "View|Sort by" and "View|Sidebar" both uses "b" as their mnemonic
Comment 2•24 years ago
|
||
http://www.mozilla.org/mailnews/specs/threepane/MailMenus.html says Sort By
should use 't' as its accesskey.
Assignee | ||
Comment 3•23 years ago
|
||
I fixed this last night, I'm following the spec to use "t" as the accesskey.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.9
QA Contact: esther → olgam
Verified on Win2K and Linux - trunk build 02-13-2002
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•