Closed
Bug 305501
Opened 19 years ago
Closed 19 years ago
tabs preferences uses wrong accesskey entity for loading tabs in background
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
People
(Reporter: ronny.perinke, Assigned: ronny.perinke)
References
()
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
1.29 KB,
patch
|
mconnor
:
review+
cbeard
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8b4) Gecko/20050819 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8b4) Gecko/20050819 Firefox/1.0+ tabs.xul uses the wrong accesskey entity for the 'loadInBackground' option. It should be 'loadInBackground.accesskey' instead of 'loadBookmarksInBackground.accesskey' because 'loadBookmarksInBackground' is not used in tabs.xul. What makes me wondering is, that loadBookmarksInBackground is used a pref which can not be set within the tabs prefs, but the l10n entities are available. http://lxr.mozilla.org/mozilla1.8/search?string=loadBookmarksInBackground I think it should be in the tabs prefs otherwise it should be removed from l10n. Reproducible: Always Steps to Reproduce:
Comment 2•19 years ago
|
||
Confirming. Requesting blocking since this has l10n implications. Ronny, you need to request review from a particular person on your patch.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.8b4?
Updated•19 years ago
|
Attachment #193433 -
Flags: review? → review?(mconnor)
| Assignee | ||
Comment 3•19 years ago
|
||
(In reply to comment #2) > Ronny, you need to request review from a particular person on your patch. > Ok, thanks. I was a unsure, what to fill in the requestee field. >Requesting blocking since this has l10n implications. > Well, I don't know if it affects l10n, because the correct locale entity is already there. -> http://lxr.mozilla.org/mozilla1.8/source/browser/locales/en-US/chrome/browser/preferences/tabs.dtd#19
Updated•19 years ago
|
Attachment #193433 -
Flags: review?(mconnor) → review+
Updated•19 years ago
|
Flags: blocking1.8b4? → blocking1.8b4+
Updated•19 years ago
|
Attachment #193433 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #193433 -
Flags: approval1.8b4? → approval1.8b4+
Updated•19 years ago
|
Assignee: nobody → ronny.perinke
Comment 4•19 years ago
|
||
Trunk: browser/components/preferences/tabs.xul; new revision: 1.9; 1.8 Branch: browser/components/preferences/tabs.xul; new revision: 1.8.2.1;
You need to log in
before you can comment on or make changes to this bug.
Description
•