Page 1 of 1

584 - Minor - Thumbnails view navigation issue

Posted: 06.04.2012, 13:09
by Dreamer
- make 2 columns of thumbnails, resize the splitter, or/and change the thumb size
- last row must have a single thumbnail
- use only keys left and right to navigate between first and last item

Example:
[..] [1]
[2] [3]
[4] [5]
[6]

- navigation from item [..] to item [5] works good
- go to item [1]
- press the right key
- item [2] is highlighted
- now press the left key
- item [1] is highlighted

- go to item [5]
- press the right key
- item [6] is highlighted (correct)
- now press the left key
= item [5] should be highlighted, but nothing happens (still the item [6] is highlighted)

This bug occurs also if more columns are displayed, but it's easier to test with 2 columns.

Re: 584 - Minor - Thumbnails view navigation issue

Posted: 11.04.2012, 22:54
by Marek
I can reproduce it but it seems to be not the FC bug.

Re: 584 - Minor - Thumbnails view navigation issue

Posted: 30.01.2014, 16:01
by Dreamer
Strange, I can still reproduce it in 652(2), so it's impossible to fix it?

Re: 584 - Minor - Thumbnails view navigation issue

Posted: 10.02.2014, 23:54
by Dreamer
It's in the list of fixed bugs in 653, but it's not fixed.

Re: 584 - Minor - Thumbnails view navigation issue

Posted: 11.02.2014, 21:58
by Marek
Example:
[..] [1]
[2] [3]
[4] [5]
[6]
This example works now fine for me.
Have you another example?

Re: 584 - Minor - Thumbnails view navigation issue

Posted: 11.02.2014, 22:18
by Dreamer
Any number, any type of files, just in the last row must be one file, go to this file and press left key.

It works good with default settings, but not with my ini, please try with my ini I send you some time ago. I'm trying to find the option which is causing this issue...

Re: 584 - Minor - Thumbnails view navigation issue

Posted: 11.02.2014, 22:29
by Marek
OK, the problem is NC-Mode.

Re: 584 - Minor - Thumbnails view navigation issue

Posted: 11.02.2014, 22:52
by Dreamer
I got it, here are the steps to reproduce...

- use default settings
- use thumbs view
- disable cmd line in status bar
- enable wrappable status bar (to have 2 rows)
- enable NC mode

Another related bug:

- use default settings
- use thumbs view
- place the images so that all rows have the same number of files, e.g.

Code: Select all

A B C D
E F G H
I J K L
- now use the right key
- if you are on last file, press right key again
= focus is changed to first file in the same row (for the example above it's from L to I)