Just Manager Forum

Official Just Manager forum

You are not logged in.

#1 2014-08-12 00:16:44

navigat0r
Member
Registered: 2013-02-13
Posts: 191

a53 bug, happens quite often

r4WoFoT.gif


Win10/11

Offline

#2 2014-08-17 13:58:54

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: a53 bug, happens quite often

Need steps to reproduce.

Offline

#3 2014-08-31 22:18:28

navigat0r
Member
Registered: 2013-02-13
Posts: 191

Re: a53 bug, happens quite often

can't provide. happens since last 2 or 3 versions. also notice there is a slight offset, sometimes (it appears as) the font size seems to be different.
fzAw7Hv.gif


Win10/11

Offline

#4 2014-09-14 20:39:29

navigat0r
Member
Registered: 2013-02-13
Posts: 191

Re: a53 bug, happens quite often

problem(s) persist in pre-a55
nCDKHI0.png


Win10/11

Offline

#5 2026-05-08 20:53:37

navigat0r
Member
Registered: 2013-02-13
Posts: 191

Re: a53 bug, happens quite often

issue no longer reproducible.


Win10/11

Offline

#6 2026-05-09 07:15:20

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: a53 bug, happens quite often

Finally I reproduced the issue: to do this you need a color file filter with the font that is larger than the default panel font. In your example, it looks like color file filter is applied to all items: folder and zip archives. Color file filters are not applied to the selected items.
Listview (panel) uses font that can be changed via Configuration > Settings... > View > Fonts and colors > Panels. By default, this font is applied to all items (selected and not selected). Color file filters are applied to specific items via custom draw functionality: font is selected for the device context and CDRF_NEWFONT flag is returned. Item text spacing calculation is based on the listview font, not the font from custom draw, that's why if the custom draw font is larger than the lisview font, item text will be truncated.
Solutions:

  • select panel font that will match fonts from color file filters and vice versa (preferred; already supported and applicable)

  • find the largest font from color file filters, compare with the panel font, use the largest font for the panel, select the default font during custom drawing for all items to which color file filters are not applicable (overhead)

Offline

#7 2026-05-24 13:21:22

navigat0r
Member
Registered: 2013-02-13
Posts: 191

Re: a53 bug, happens quite often

great, thanks for the explanation.


Win10/11

Offline

Board footer

Powered by FluxBB