Getting lines in folder pane

User Help for Mozilla Thunderbird
Post Reply
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Getting lines in folder pane

Post by ibewlu »

I cannot run anything above 24, I get lines in the folder pane similar to this when moving the cursor down and they are removed when moving the cursor up:

Account
Inbox
Sent

I have tried safe mode and changed screen resolutions and it doesn't help.
It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
User avatar
DanRaisch
Moderator
Posts: 127246
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Getting lines in folder pane

Post by DanRaisch »

Have you confirmed that you have the latest video driver installed?
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Re: Getting lines in folder pane

Post by ibewlu »

Yes, I keep everything updated day by day.
It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Re: Getting lines in folder pane

Post by ibewlu »

Hopefully it is ok to try one more time: What changed between TB 24 and 25 that affects the display?
It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
User avatar
DanRaisch
Moderator
Posts: 127246
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Getting lines in folder pane

Post by DanRaisch »

There was no version 25 of Thunderbird. The release version jumped from 24.8.0 to 31.0. https://www.mozilla.org/en-US/thunderbi ... easenotes/
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Re: Getting lines in folder pane

Post by ibewlu »

It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
User avatar
DanRaisch
Moderator
Posts: 127246
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Getting lines in folder pane

Post by DanRaisch »

To see...what? If you're referring to the "Dir 25.0b1/" entry, the "b" indicates it's a beta version, not a release version.
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Re: Getting lines in folder pane

Post by ibewlu »

The same issue is in all versions after 24.8, I just tested it on 25 to see if it started with it.
It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
User avatar
DanRaisch
Moderator
Posts: 127246
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Getting lines in folder pane

Post by DanRaisch »

Have you tried anything like a current version of the program? The most recent release is 45.8.0
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Re: Getting lines in folder pane

Post by ibewlu »

I have tried 25, 29, 31, 38, 45, and 52 and they all have the same issue.
It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
User avatar
DanRaisch
Moderator
Posts: 127246
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Getting lines in folder pane

Post by DanRaisch »

I'm not seeing any other reports of that sort of problem on the forums and have not seen it in my own use of TB. At this point I have no other suggestions to offer.
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Re: Getting lines in folder pane

Post by ibewlu »

Thanks anyway, some code was change between 24 and 25 and I wish I knew which file. I have tried to userChrome to suppress the line, but it is ignored.
It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Re: Getting lines in folder pane

Post by ibewlu »

Finally found a fix:

Code: Select all

treechildren::-moz-tree-row(hover),
treechildren::-moz-tree-row(selected) 
{
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}
It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
Post Reply