Hide separators in mail window better
Categories
(SeaMonkey :: MailNews: Message Display, task)
Tracking
(seamonkey2.53+ fixed, seamonkey2.57esr? affected)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.6)
Attachments
(1 file, 1 obsolete file)
6.27 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Following on from Bug 1600103, the hiding of separators in the folder pane and message pane context menus needs to be done better.
From what I can see on Linux, using a better hideIfAppropriate function means that checkLastSeparator is no longer needed or the checking for onLink. Hopefully that is the same on Windows and macOS. Requesting feedback.
Fixed comment and removed extra LF as mentioned on IRC.
[Approval Request Comment]
Regression caused by (bug #): 1600103
User impact if declined: extra separators
Testing completed (on m-c, etc.): 2.53.6
Risk to taking this patch (and alternatives if risky): none
String changes made by this patch: none
Comment 3•4 years ago
|
||
Comment on attachment 9191509 [details] [diff] [review]
better hiding v1.1
LGTM
- hideIfAppropriate("folderPaneContext-sep-edit");
- hideIfAppropriate("folderPaneContext-sep1");
- hideIfAppropriate("folderPaneContext-sep4");
folderPaneContext-sep-edit comes after -sep1. Doesn't make a practial difference with the algorithm but shouldn't -sep1 be checked first?
r/a+ either way.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/ad79488515ed
Hide separators in mail window better. r=frg
Updated•4 years ago
|
Comment 5•4 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/dd094bbbebc7b601e000d95d63c1e14042ce91b6
Hide separators in mail window better. r=frg a=frg
Description
•