Closed
Bug 230807
Opened 21 years ago
Closed 21 years ago
Calendar uses xmlterm's "program launch"-accelerator key (commandkey "7")
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: virkkila, Assigned: virkkila)
Details
Attachments
(1 file, 2 obsolete files)
10.07 KB,
patch
|
neil
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821
Both calendar and xmlterm use 7 as their commandkey. This means that ctrl+7 is
used for launching either app. This is of course not desired.
The offending files can be seen using this search in lxr:
http://lxr.mozilla.org/seamonkey/search?string=commandkey%23%227%22
Calendar should change its commandkey to a vacant, unused value.
Out of numbers 0-9 currently 3, 8 and 9 are available.
Reproducible: Always
Steps to Reproduce:
1. Go to
http://lxr.mozilla.org/seamonkey/source/extensions/tasks/resources/locale/en-US/tasksOverlay.dtd#5
2. Go to
http://lxr.mozilla.org/seamonkey/source/extensions/xmlterm/ui/locale/en-US/xmltermOverlay.dtd#3
3. Notice how both specify .commandkey "7"
Actual Results:
The calendar file
http://lxr.mozilla.org/seamonkey/source/extensions/tasks/resources/locale/en-US/tasksOverlay.dtd
specifies <!ENTITY other-cal-cmd.commandkey "7">
Expected Results:
The calendar file should specify 3,8 or 9, or some other vacant commandkey
Assignee | ||
Comment 1•21 years ago
|
||
Proposed patch for those two files using commandkey "3".
Should I also make a patch for the file
mozilla/calendar/resources/locale/en-US/overlay.dtd and perhaps for the other
locales as well?
Assignee | ||
Comment 2•21 years ago
|
||
Should have a preview button. That should of course say "Proposed patch for the
calendar file using commandkey "3".
Summary: Calendar uses xmlterm's "program launch"-accelerator key (commandkey = "7") → Calendar uses xmlterm's "program launch"-accelerator key (commandkey "7")
Comment 3•21 years ago
|
||
Reassiging to mscott@mozilla.org since he originally created that file and I
don't have cvs access to that location anyway.
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/extensions/tasks/resources/locale/en-US/tasksOverlay.dtd
Assignee: mostafah → mscott
Component: Calendar General → XP Apps: GUI Features
Product: Calendar → Browser
Version: unspecified → Trunk
Assignee | ||
Comment 4•21 years ago
|
||
As per timeless suggestion (irc) I have modified the patch to use the number 8
since aim on netscape uses 3. I have also modified the patch so that it now
patches mozilla/calendar/resources/locale/en-US/overlay.dtd as well.
Attachment #138960 -
Attachment is obsolete: true
Assignee | ||
Comment 5•21 years ago
|
||
This patch will patch all locales including the two en-US ones to use 8 as the
commandkey
Attachment #138973 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 6•21 years ago
|
||
Side note: View/Zoom/Original Size is Ctrl+0
Updated•21 years ago
|
Attachment #138974 -
Flags: review+
Comment 7•21 years ago
|
||
Comment on attachment 138973 [details] [diff] [review]
Patch for both en-US files
Cancelling review on obsolete patch.
Attachment #138973 -
Attachment is obsolete: true
Attachment #138973 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Updated•21 years ago
|
Attachment #138974 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #138974 -
Flags: superreview?(mscott) → superreview+
Comment 8•21 years ago
|
||
This is fixed now, right?
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•