1357: Viewport is OffByOne
1357: Viewport is OffByOne
1357: Viewport ... what else to say, oh, don't know...
(on an overflow)
when you arrow-key down the viewport
you cannot "access" the last entry shown
as in, cursor focus will always be viewport height (depth) -1
you can /see/ the last entry,
but you have to click down to "access" it
(& so once again you can /see/ the next entry, but cannot "access" it)
- oh, so this also why if (on overflow) you END [key], you (now)
see 2 whitespaces (vs. prior, only 1)
- similarly, say you are 1 line before end of viewport
(end of results list, such that 1 result is yet to come into focus)
& you rename a pair of files in the middle of viewport
on rename, viewport "jumps", & at that point
- while /selection/ has not changed
the viewport "jumped", now showing 1 whitespace
Off By One
.
(on an overflow)
when you arrow-key down the viewport
you cannot "access" the last entry shown
as in, cursor focus will always be viewport height (depth) -1
you can /see/ the last entry,
but you have to click down to "access" it
(& so once again you can /see/ the next entry, but cannot "access" it)
- oh, so this also why if (on overflow) you END [key], you (now)
see 2 whitespaces (vs. prior, only 1)
- similarly, say you are 1 line before end of viewport
(end of results list, such that 1 result is yet to come into focus)
& you rename a pair of files in the middle of viewport
on rename, viewport "jumps", & at that point
- while /selection/ has not changed
the viewport "jumped", now showing 1 whitespace
Off By One
.
- Attachments
-
- OffByOne.png (32.26 KiB) Viewed 8349 times
Re: 1357: Viewport is OffByOne
Thanks for the issue report therube,
Does resizing the window fix the problem?
Could you please send a screenshot after pressing the down arrow to support@voidtools.com
Does resizing the window fix the problem?
Could you please send a screenshot after pressing the down arrow to support@voidtools.com
Re: 1357: Viewport is OffByOne
Does this issue occur if you don't add a new tab?
Re: 1357: Viewport is OffByOne
No.Does this issue occur if you don't add a new tab?
It only happens when you have Tabs visible.
I tend to keep static sizes, so not sure offhand.Does resizing the window fix the problem?
And yet again, this is another issue where I see discrepancies in behaviors (between Everything on different systems), & I'm not sure why?Could you please send a screenshot after pressing the down arrow
(System configurations are too alike, so I'm thinking it is not that. Perhaps it happens to be just dumb luck sizing?)
Re: 1357: Viewport is OffByOne
1. hi
2. scrolled down to "end" of viewport, cannot "access" the 3rd +999.gif
3. hit down-arrow, can now acess 3rd. 999.gif, but now cannot "access" +ccc.gif
4. & so it continues
5. extra whitespace at end of listing
(all above were with Tabs)
6. normal whitespace at end of listing (no Tabs)
7. normal down-arrow action, you /can/ access the final (fully displayed) item, as expected (no Tabs)
.
2. scrolled down to "end" of viewport, cannot "access" the 3rd +999.gif
3. hit down-arrow, can now acess 3rd. 999.gif, but now cannot "access" +ccc.gif
4. & so it continues
5. extra whitespace at end of listing
(all above were with Tabs)
6. normal whitespace at end of listing (no Tabs)
7. normal down-arrow action, you /can/ access the final (fully displayed) item, as expected (no Tabs)
.
Re: 1357: Viewport is OffByOne
Thanks for the images therube,
The last item is partially visible.
(even though it looks fully visible -there's one pixel missing)
Resizing the window should fix the issue.
-or-
If you want to avoid resizing your window, consider making the tab height a multiple of your item height:
The last item is partially visible.
(even though it looks fully visible -there's one pixel missing)
Resizing the window should fix the issue.
-or-
If you want to avoid resizing your window, consider making the tab height a multiple of your item height:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
tab - Select tab_high.
- Set the value to: 23
- Click OK.
Re: 1357: Viewport is OffByOne
I have no idea how you saw that.there's one pixel missing
Glad your eyes are better then mine.
That did it, thanks .Set the value to: 23
Is that something related to listview_item_high= ?consider making the tab height a multiple of your item height
Re: 1357: Viewport is OffByOne
Yes.Is that something related to listview_item_high= ?consider making the tab height a multiple of your item height
listview_item_high sets the listview item height in logical pixels.
Re: 1357: Viewport is OffByOne
In my case, both settings were at the (I suppose ?) default of 0.
Re: 1357: Viewport is OffByOne
The default for listview_item_high and tab_high is: 0
When set to zero, the height is calculated from the font height.
When set to zero, the height is calculated from the font height.
Re: 1358: Change
With 1358:
< tab_high=23
changed to:
> tabs_high=22
< tab_high=23
changed to:
> tabs_high=22