Closed Bug 303254 Opened 19 years ago Closed 19 years ago

Invalid access key for "Save to disk" in unknownContentType.xul

Categories

(Toolkit :: Downloads API, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.8final

People

(Reporter: bugzilla, Assigned: ispiked)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.11) Gecko/20050728
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.11) Gecko/20050728

When we download unknown content, dialog will be opened to select action.
But the dialog will have invalid accesskey since unknownContentType.xul set label
as a accesskey by accident.

We must fix next line.

http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/downloads/content/unknownContentType.xul#103
-         <radio id="save" label="&save.label;" accesskey="&save.label;"/>
+         <radio id="save" label="&save.label;" accesskey="&save.accesskey;"/>

Reproducible: Always
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Summary: unknownContent (You have chosen to open) dialog set label as a accesskey → Invalid access key for "Save to disk" in unknownContentType.xul
Version: unspecified → Trunk
Assignee: nobody → ispiked
Status: NEW → ASSIGNED
Attachment #191544 - Flags: review?(mconnor)
This will not require l10n updates.
&save.accesskey; is already defined here:
http://lxr.mozilla.org/mozilla/source/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.dtd#49

FYI: Bug 303997 is similar to this (not depends, blocks nor duplicates).
Attachment #191544 - Flags: review?(mconnor)
Attachment #191544 - Flags: review+
Attachment #191544 - Flags: approval1.8b4+
Checking in unknownContentType.xul;
/cvsroot/mozilla/toolkit/mozapps/downloads/content/unknownContentType.xul,v  <--
  unknownContentType.xul
new revision: 1.11; previous revision: 1.10
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox1.1
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: