Delete context menu item has no label
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird102 fixed)
Tracking | Status | |
---|---|---|
thunderbird102 | --- | fixed |
People
(Reporter: freaktechnik, Assigned: TbSync)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
106.08 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
Apparently the patch for bug 1426817 caused some part of the XUL commands logic or similar to panic. As a result, with this patch applied the context menu will not show any label for the delete menu item.
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Apparently this is the problematic code: https://searchfox.org/comm-central/rev/54fa177684376fecd6f73382036d60556a7c9ba5/mail/base/content/messenger.xhtml#260-266
It seems that XUL doesn't accept multiple root commandset
but only a single commandset
with various child elements.
Moving that new commandset
as children of mailCommands
seems to solve the issue.
Assignee | ||
Comment 2•3 years ago
|
||
Wow, that was fast. Thanks for digging into that! I will create a patch to fix this.
Assignee | ||
Comment 3•3 years ago
|
||
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/a07c852b317d
Fix missing delete context menu item label. r=aleca DONTBUILD
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Comment on attachment 9279689 [details]
Bug 1772583 - Fix missing delete context menu item label. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 8•3 years ago
|
||
bugherder uplift |
Thunderbird 102.0beta7:
https://hg.mozilla.org/releases/comm-beta/rev/065313bcb172
Description
•