Closed Bug 329333 Opened 18 years ago Closed 18 years ago

Incorrect button accesskeys in extension compatibility check wizard

Categories

(Toolkit :: Add-ons Manager, defect)

1.8 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 313205

People

(Reporter: Thunderbird_Mail_DE, Unassigned)

References

Details

When upgrading Thunderbird / Firefox to a new version, the extension compatibility ckech wizard appears and lists the incompatible extensions. This wizard has 3 buttons:

<Back> <Check Now> <Don't Check>

The button <Check Now> seems to use the accesskey for "Next" (nextButtonTextAccesskey); the button <Don't Check> seems to use the accesskey for "Cancel" (cancelButtonTextAccesskey).

The related correct accesskeys are not used:
- mismatchCheckNow=Check Now
- mismatchCheckNowAccesskey=C
- mismatchDontCheck=Don't Check
- mismatchDontCheckAccesskey=D

- nextButtonTextAccesskey=N
- cancelButtonTextAccesskey=C

All strings/entities can be found in 2 files:
- http://lxr.mozilla.org/mozilla1.8/source/toolkit/locales/en-US/chrome/mozapps/update/update.properties
- http://lxr.mozilla.org/mozilla1.8/source/toolkit/locales/en-US/chrome/mozapps/extensions/update.properties

Using the en-US applications the false accesskeys are no problem, the letters are existing in the related strings. For l10n Thunderbird / Firefox it is a problem -> the letters are not existing in the strings.

We should fix this, to use the correct related accesskeys.
See bug 313205 which isn't on the MOZILLA_1_8_BRANCH
Depends on: 313205
bug 313205 has now landed on MOZILLA_1_8_BRANCH. Can you check tomorrow's nightly to verify if it is fixed? Thanks.
Bug is verified fixed in todays 1.8_Branch nightlies.

*** This bug has been marked as a duplicate of 313205 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.