Bugs next... [FIXED]

Questions, glitches, bugs and crashes
Locked
User avatar
ponyspy
Posts: 74
Joined: Thu May 18, 2017 3:51 pm
Location: Moscow

Bugs next... [FIXED]

Post by ponyspy » Tue May 23, 2017 10:26 pm

1. Sort indicator change color to black when change sort with hotkey (already fixed, sorry)

2. Tab plus button sometimes don't trigger because click area small button area, please make all button hover and click area

3. Missed locale!
Скриншот 2017-05-24 00.27.14.png
Скриншот 2017-05-24 00.27.14.png (10.64 KiB) Viewed 21245 times
and
Скриншот 2017-05-24 00.27.32.png
Скриншот 2017-05-24 00.27.32.png (15.15 KiB) Viewed 21245 times
4. Missed locale in theme editor

5. Strange locale home dir in go to menu "Переход -> Личное", I suggest "Переход -> Домой"

Thanks.
Last edited by ponyspy on Wed May 24, 2017 6:37 pm, edited 1 time in total.

sasha
Posts: 168
Joined: Wed Feb 17, 2016 4:59 pm

Re: Bugs next...

Post by sasha » Wed May 24, 2017 7:06 am

Some more cosmetic issues. They are most obvious in Classic Theme, but present in all.

The vertical and horizontal alignment of the column headers does not follow the rest of the UI. Suggestion: center them vertically; "Name" should horizontally align with icons (or list entries if no icons are displayed) and "Size" should center horizontally.

In the status bar, the current item should also be horizontally aligned with list entries.
nc_alignment.png
nc_alignment.png (130.97 KiB) Viewed 21235 times
If the main window is made large, an empty column appears to the right.
nc_columns.png
nc_columns.png (110.09 KiB) Viewed 21235 times

User avatar
ponyspy
Posts: 74
Joined: Thu May 18, 2017 3:51 pm
Location: Moscow

Re: Bugs next...

Post by ponyspy » Wed May 24, 2017 11:04 am

Scroll glitch white line in bottom

Image

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Bugs next...

Post by mike » Mon May 29, 2017 3:15 am

ponyspy wrote:
Tue May 23, 2017 10:26 pm
2. Tab plus button sometimes don't trigger because click area small button area, please make all button hover and click area
Fixed.
ponyspy wrote:
Tue May 23, 2017 10:26 pm
3. Missed locale!
Fixed.
ponyspy wrote:
Tue May 23, 2017 10:26 pm
4. Missed locale in theme editor
Will fix later.
ponyspy wrote:
Tue May 23, 2017 10:26 pm
5. Strange locale home dir in go to menu "Переход -> Личное", I suggest "Переход -> Домой"
I'm not inventing a wheel here - it's a standard term for this folder in macOS.
ponyspy wrote:
Wed May 24, 2017 11:04 am
Scroll glitch white line in bottom
Fixed.

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Bugs next...

Post by mike » Mon May 29, 2017 5:35 am

sasha wrote:
Wed May 24, 2017 7:06 am
The vertical and horizontal alignment of the column headers does not follow the rest of the UI. Suggestion: center them vertically; "Name" should horizontally align with icons (or list entries if no icons are displayed) and "Size" should center horizontally.
Good point, the left padding was invalid.
The "Size" header is aligned right (same as the content of this column), but there's a gap for a sort indicator.
sasha wrote:
Wed May 24, 2017 7:06 am
In the status bar, the current item should also be horizontally aligned with list entries.
Done.
sasha wrote:
Wed May 24, 2017 7:06 am
If the main window is made large, an empty column appears to the right.
Not sure I understand this one. What NC is supposed to do in such case?

sasha
Posts: 168
Joined: Wed Feb 17, 2016 4:59 pm

Re: Bugs next...

Post by sasha » Mon May 29, 2017 7:58 am

mike wrote:
Mon May 29, 2017 5:35 am
sasha wrote:
Wed May 24, 2017 7:06 am
If the main window is made large, an empty column appears to the right.
Not sure I understand this one. What NC is supposed to do in such case?
If the main window's width is increased, I would assume the number of columns remains the same and only the width of the columns grows. In the example in my screenshot, I would assume the "Name" column grows, "Size" stays the same.

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Bugs next...

Post by mike » Mon May 29, 2017 8:37 am

sasha wrote:
Mon May 29, 2017 7:58 am
mike wrote:
Mon May 29, 2017 5:35 am
sasha wrote:
Wed May 24, 2017 7:06 am
If the main window is made large, an empty column appears to the right.
Not sure I understand this one. What NC is supposed to do in such case?
If the main window's width is increased, I would assume the number of columns remains the same and only the width of the columns grows. In the example in my screenshot, I would assume the "Name" column grows, "Size" stays the same.
Oh, right. Never thought this width won't be enough :)
m_NameColumn.maxWidth = 1000;
The fix is trivial, but it missed the v1.2.1.

Locked