Closed
Bug 227250
Opened 22 years ago
Closed 22 years ago
Incorrect 'o' underlined on Options button
Categories
(Toolkit :: Downloads API, defect, P3)
Toolkit
Downloads API
Tracking
()
VERIFIED
FIXED
mozilla1.6
People
(Reporter: deanis74, Assigned: bugs)
Details
The Options button on the Downloads window displays as "Opti_o_ns" instead of
"_O_ptions". In downloads.dtd, cmd.options.accesskey should be "O" instead of "o".
Side note - Using the proper case for an access key avoids a second,
case-insensitive search for a matching letter. As such, it wouldn't hurt to
change the following:
cmd.pause.accesskey to "P"
cmd.resume.accesskey to "R"
cmd.cancel.accesskey to "C"
cmd.open.accesskey to "O"
cmd.retry.accesskey to "R"
| Assignee | ||
Comment 1•22 years ago
|
||
Good call. 0.8
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Firebird0.8
| Assignee | ||
Comment 2•22 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Everything looks good in CVS. Verified Fixed.
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•