Closed
Bug 759130
Opened 14 years ago
Closed 13 years ago
Double accesskey in Sync preferences: Manage Account button and Add-ons
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: Tobbi, Assigned: ananuti)
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
Details | Diff | Splinter Review |
In the Firefox Sync preferences in Tools > Options, you can find that the 'Manage account' button and the 'Add-ons' checkbox have the same accesskey, which is 'A' making it very difficult to access either of these options.
Comment 1•14 years ago
|
||
Good catch. This should be pretty simple to fix. Access keys are defined in browser/locales/en-US/chrome/browser/syncSetup.dtd
Whiteboard: [mentor=gps]
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #628184 -
Flags: feedback?(gps)
Comment 3•14 years ago
|
||
Comment on attachment 628184 [details] [diff] [review]
patch0 - change Manage Account button accesskey to n
Review of attachment 628184 [details] [diff] [review]:
-----------------------------------------------------------------
This looks fine. What about browser/locales/en-US/chrome/browser/syncSetup.dtd?
Also, some of these access keys are just weird. "m" for bookmarks. "r" for history. Can someone else weigh in with the historical background on why things are the way they are?
Attachment #628184 -
Flags: feedback?(gps)
| Assignee | ||
Comment 4•14 years ago
|
||
> This looks fine. What about browser/locales/en-US/chrome/browser/syncSetup.dtd?
You mean 'A' in 'Account' and 'Add-ons'?
> <!ENTITY signIn.account2.label "Account">
> <!ENTITY signIn.account2.accesskey "A">
> <!ENTITY engine.addons.label "Add-ons">
> <!ENTITY engine.addons.accesskey "A">
Those akeys are not shown at the same time. 'Account' is at Existing Account window, 'Add-ons' is at Sync Options window.
Comment 5•14 years ago
|
||
Are we going to land the patch?
Comment 6•14 years ago
|
||
> Also, some of these access keys are just weird. "m" for bookmarks. "r" for
> history. Can someone else weigh in with the historical background on why
> things are the way they are?
alt+h would open help page when the sync tab is selected in the options window so can't be used for history. However, alt+b doesn't seem to do anything.
Comment 7•13 years ago
|
||
https://hg.mozilla.org/services/services-central/rev/b852b572cd64
Sorry it took so long. Thanks for the patch!
Status: NEW → ASSIGNED
Whiteboard: [mentor=gps] → [fixed in services]
Comment 8•13 years ago
|
||
Assignee: nobody → ananuti
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed in services]
Target Milestone: --- → mozilla19
Updated•7 years ago
|
Component: Firefox Sync: UI → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•