Closed
Bug 1642467
Opened 5 years ago
Closed 5 years ago
Toolbarbuttons break when localizing them using Fluent
Categories
(Thunderbird :: Toolbars and Tabs, defect)
Thunderbird
Toolbars and Tabs
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(1 file)
1.55 KB,
text/x-patch
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37
Steps to reproduce:
Localize a Toolbarbutton using Fluent with the exact same String as before.
The attached patch is a proof of concept using the "Get Messages" button. All other Toolbarbuttons are similarly affected.
Actual results:
The Toolbarbutton breaks and becomes completely dysfunctional.
Expected results:
The Toolbarbutton should behave exactly the same as before.
Comment 1•5 years ago
|
||
You need to use .label and such to set the appropriate attributes instead. Like
https://searchfox.org/comm-central/source/mozilla/browser/locales/en-US/browser/customizeMode.ftl#16
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•