Closed
Bug 308812
Opened 19 years ago
Closed 19 years ago
Go menu commands shouldn't have accesskeys
Categories
(Firefox :: Menus, defect, P2)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: asaf, Assigned: asaf)
Details
(Keywords: access, fixed1.8)
Attachments
(1 file)
|
3.79 KB,
patch
|
mconnor
:
review+
cbeard
:
approval1.8b5+
|
Details | Diff | Splinter Review |
The commands in the Go menu ("Back", "Forward", "Home", "History") shouldn't
have accesskeys, they conflict with the global history items in this menu (see
also bug 261985).| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
OS: Windows XP → All
Priority: -- → P2
Hardware: PC → All
Target Milestone: --- → Firefox1.5
Comment 3•19 years ago
|
||
Comment on attachment 196387 [details] [diff] [review] patch >- <menuitem observes="viewHistorySidebar" accesskey="&historySidebarCmd.accesskey;" key="key_gotoHistory"/> >+ <menuitem observes="viewHistorySidebar" >+ key="key_gotoHistory"/> > </menupopup> > </menu> why are we making stuff multiple lines when its not necessary? Unless there's a whole ton of attrs, I don't like the one attribute per line bit, and that doesn't apply here. don't check in the .dtd changes on the branch and r=me
Attachment #196387 -
Flags: review?(mconnor) → review+
| Assignee | ||
Updated•19 years ago
|
Attachment #196387 -
Flags: approval1.8b5?
| Assignee | ||
Comment 4•19 years ago
|
||
Checking in browser/base/content/browser-menubar.inc; /cvsroot/mozilla/browser/base/content/browser-menubar.inc,v <-- browser-menubar.inc new revision: 1.64; previous revision: 1.63 done Checking in browser/locales/en-US/chrome/browser/browser.dtd; /cvsroot/mozilla/browser/locales/en-US/chrome/browser/browser.dtd,v <-- browser.dtd new revision: 1.28; previous revision: 1.27 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Attachment #196387 -
Flags: approval1.8b5? → approval1.8b5+
Updated•19 years ago
|
Flags: blocking1.8b5+
| Assignee | ||
Comment 5•19 years ago
|
||
1.8 Branch: Checking in browser/base/content/browser-menubar.inc; /cvsroot/mozilla/browser/base/content/browser-menubar.inc,v <-- browser-menubar.inc new revision: 1.57.2.7; previous revision: 1.57.2.6 done
Keywords: fixed1.8
Comment 6•19 years ago
|
||
I checked in the dtd change from this bug on the 1.8 branch since it wasn't checked in originally due to a l10n freeze.
You need to log in
before you can comment on or make changes to this bug.
Description
•