"All Folders" panel issue
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird66 fixed, thunderbird67 fixed)
People
(Reporter: u632445, Assigned: Paenglab)
Details
Attachments
(2 files)
|
31.04 KB,
image/png
|
Details | |
|
4.90 KB,
patch
|
jorgk-bmo
:
review+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Expand account folder and move mouse in the area inside of folder, during mouse move it will be shown horizontal lines, i.e. "Inbox", "Draft", "Sent", etc border lines become visible, normally those borders should be transparent or line-height: 0. See attached screenshot folders_issue.png.
Tested on Thunderbird 65.0b4.
Comment 1•6 years ago
|
||
Didn't see this in previous beta 3?
Does it happen in safe mode?
| Assignee | ||
Comment 2•6 years ago
|
||
This is a known Win7 only toolkit bug which is now good visible with dark theme. I'm thinking about removing the outlines which fixes this.
Yes, the same issue happens in a safe mode. I'm using TB on Win 7 64-bit SP1.
| Assignee | ||
Comment 4•6 years ago
|
||
This removes the outline on treechildren under Windows 7 and 8.
The outline was very subtle and without it it doesn't look bad (like on Windows 10 but with a gradient).
Thanks, I'm a new to Thunderbird, is there a procedure how to apply that patch file?
| Assignee | ||
Comment 6•6 years ago
|
||
You could try to unpack omni.ja with WinZIP or WinRAR in the program directory (don't change the directory structure) and the search for the correct messenger.css, there are two of them, and then apply the patch. Or you could create in your profile folder in chrome a userChrome.css with the content
treechildren::-moz-tree-row {
outline: none !important;
}
You can google to find the correct places.
userChrome.css in \chrome doesn't have effect, I end up editing directly messenger.css inside of omni.ja following to .git changes. Now all lines gone. Thanks a lot.
Comment 8•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/4a8aff0bcf47
Remove the outline on treechildren to stop paint artifacts. r=jorgk
Updated•6 years ago
|
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Description
•