xnote icon indicating copy to clipboard operation
xnote copied to clipboard

Test version adds empty column space (scrollbar on table view)

Open Eccenux opened this issue 1 year ago • 9 comments

Installed test version. This is how my table view looks like: obraz

Notice extra space as if an extra column was there. And the horizontal scrollbar is always there.

Window resizing does not affect this. Column resizing does not affect this.

Eccenux avatar Nov 05 '23 14:11 Eccenux

I have the same issue since XNote++4.0.4. Version 4.0.3 didn't have this issue. Hopefully that helps you narrow down the change that caused the issue. The extra space is slightly annoying, but the real problem is that it makes selecting the last message in the message pane harder because the horizontal scrollbar often pops up and prevents the selection of the message.

SergeLalonde avatar Nov 05 '23 22:11 SergeLalonde

I just got auto-updated to version 4.1.8 and it still has the same issue.

SergeLalonde avatar Nov 07 '23 22:11 SergeLalonde

Here's an image of what it looks like in case my description of the horizontal scrollbar was unclear. image image

SergeLalonde avatar Nov 08 '23 13:11 SergeLalonde

I see the same weird space (it seems the xnote column):

image

JJHF7 avatar Nov 08 '23 23:11 JJHF7

Same here; the scroll bar obscures the bottom entry on the message list :-(

larserup avatar Nov 09 '23 01:11 larserup

I posted a workaround using the userChrome.css file.

Horizontal Scrollbar In Thread Pane Hides Message http://forums.mozillazine.org/viewtopic.php?f=39&t=3115243

morat523035 avatar Nov 09 '23 13:11 morat523035

Works beautifully for me, thanks

larserup avatar Nov 09 '23 14:11 larserup

Thanks morat! Reposting here with a bit more info.

In userChrome.css file (in a folder like Thunderbird\Profiles\....default\chrome\) add this css:

/**
	Xnote bug workaround
	Test version adds empty column space (scrollbar on table view) #117
	https://github.com/xnotepp/xnote/issues/117
*/
table[is="tree-view-table"] + #threadCols {
	display: none !important;
}

Note that if you had old userChrome.css you should remove @namespace url(...) (the old TB with XUL thingy).

Eccenux avatar Nov 10 '23 18:11 Eccenux

@opto Any update on an update with an official fix? I'm hesitant to apply the proposed workaround. Thanks.

SergeLalonde avatar Jan 04 '24 22:01 SergeLalonde

@Eccenux: which version are you experiencing this with?

Chealer avatar Mar 10 '25 19:03 Chealer

Seems to be all good in TB 128.8 and Xnote 4.3.38 (latest).

Eccenux avatar Mar 11 '25 23:03 Eccenux