xnote
xnote copied to clipboard
Test version adds empty column space (scrollbar on table view)
Installed test version. This is how my table view looks like:
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.
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.
I just got auto-updated to version 4.1.8 and it still has the same issue.
Here's an image of what it looks like in case my description of the horizontal scrollbar was unclear.
I see the same weird space (it seems the xnote column):
Same here; the scroll bar obscures the bottom entry on the message list :-(
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
Works beautifully for me, thanks
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).
@opto Any update on an update with an official fix? I'm hesitant to apply the proposed workaround. Thanks.
@Eccenux: which version are you experiencing this with?
Seems to be all good in TB 128.8 and Xnote 4.3.38 (latest).