Closed
Bug 813295
Opened 12 years ago
Closed 12 years ago
Fix entity names for keyboard shortcuts for compose window font size changes after bug 738194
Categories
(Thunderbird :: Message Compose Window, defect)
Thunderbird
Message Compose Window
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 20.0
People
(Reporter: aceman, Assigned: aceman)
References
Details
Attachments
(1 file, 1 obsolete file)
5.52 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #738194 comment 48 +++
Gion-Andri Cantieni 2012-11-18 10:59:44 CET
If you change the content of 'decreaseFontSize.key', 'increaseFontSize.key' and 'increaseFontSize.key2' in b/editor/ui/locales/en-US/chrome/composer/editorOverlay.dtd, you should also change the entity names. Otherwise, some localizers won't find this changes.
Attachment #683300 -
Flags: review?(neil)
Comment 2•12 years ago
|
||
Comment on attachment 683300 [details] [diff] [review]
patch
Hmm, I'm not sure it's ideal to rename the key without the label/accesskey...
Yeah, I was not sure about that. But changing those too will produce many additional line changes. I know .label and .accesskey must be changed together, but .key may not be that much linked to them.
Comment 4•12 years ago
|
||
Comment on attachment 683300 [details] [diff] [review]
patch
Axel should know what's best to do here.
Attachment #683300 -
Flags: feedback?(l10n)
Comment 5•12 years ago
|
||
Comment on attachment 683300 [details] [diff] [review]
patch
Review of attachment 683300 [details] [diff] [review]:
-----------------------------------------------------------------
command keys are not associated with labels as accesskeys are, thus you can rename them freely.
sorry for the lag.
Attachment #683300 -
Flags: feedback?(l10n) → feedback+
Updated•12 years ago
|
Attachment #683300 -
Flags: review?(neil) → review+
Comment 7•12 years ago
|
||
Comment on attachment 683300 [details] [diff] [review]
patch
> <key id="removestyleskb" key="&formatRemoveStyles.key;" observes="cmd_removeStyles" modifiers="accel, shift"/>
> <key id="removestyleskb2" key=" " observes="cmd_removeStyles" modifiers="accel"/>
> <key id="removelinkskb" key="&formatRemoveLinks.key;" observes="cmd_removeLinks" modifiers="accel, shift"/>
> <key id="removenamedanchorskb" key="&formatRemoveNamedAnchors2.key;" observes="cmd_removeNamedAnchors" modifiers="accel, shift"/>
>+ <key id="decreasefontsizekb" key="&decrementFontSize.key;" observes="cmd_decreaseFont" modifiers="accel"/>
>+ <key key="&decrementFontSize.key;" observes="cmd_decreaseFont" modifiers="accel, shift"/>
>+ <key key="&decrementFontSize.key2;" observes="cmd_decreaseFont" modifiers="accel"/>
>
>+ <key id="increasefontsizekb" key="&incrementFontSize.key;" observes="cmd_increaseFont" modifiers="accel"/>
>+ <key key="&incrementFontSize.key;" observes="cmd_increaseFont" modifiers="accel, shift"/>
>+ <key key="&incrementFontSize.key2;" observes="cmd_increaseFont" modifiers="accel"/>
>
> <key id="insertlinkkb" key="&insertLinkCmd.key;" observes="cmd_link" modifiers="accel"/>
[You might want to keep the observes and modifiers attributes lined up.]
Flags: needinfo?(neil)
Attachment #683300 -
Attachment is obsolete: true
Attachment #692409 -
Flags: review?(mkmelin+mozilla)
Updated•12 years ago
|
Attachment #692409 -
Flags: review?(mkmelin+mozilla) → review+
Keywords: checkin-needed
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 20.0
You need to log in
before you can comment on or make changes to this bug.
Description
•