No check box for Ignore Thread, Ignore Subthread or Watch Thread in context menu on Windows
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird68 fixed, thunderbird69 fixed, thunderbird70 fixed)
People
(Reporter: jorgk-bmo, Assigned: Paenglab)
Details
Attachments
(1 file)
1.66 KB,
patch
|
jorgk-bmo
:
review+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1565840 +++
See bug 1565840 comment #5. This is broken since at least TB 24 on Windows.
Is that a style issue?
Per ni in the above bug, the checks are displayed/updated correctly in both threadpane context and message->ignore thread menus, on linux.
Assignee | ||
Comment 2•2 years ago
|
||
The three menuitems missed the type="checkbox". Linux showed without them but Windows didn't prepared the items to show a checkbox. Tested the patch on Linux too and it works (before no empty checkbox was shown, now it is).
I checked also other menuitems and found no missing type="checkbox".
Reporter | ||
Comment 3•2 years ago
|
||
Comment on attachment 9078204 [details] [diff] [review] 1566027-add-type-checkbox-thread-context-menus.patch Great. Broken since at least TB 24 and no one complained :-(
Assignee | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 4•2 years ago
|
||
TB 68 beta 5:
https://hg.mozilla.org/releases/comm-beta/rev/3d0023b8ba2cfd83d221a0270fabd0389dda14ff
TB 69 beta:
https://hg.mozilla.org/releases/comm-beta/rev/172233075ffda8f444352817b7c71eda39ca6f36
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/3e8b0b7252ae
Add type="checkbox" to the context thread menus. r=jorgk
Description
•