ES with -pause overflow does not maintain focus

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

ES with -pause overflow does not maintain focus

Post by therube »

ES with -pause overflow does not maintain viewport focus.

Code: Select all

@es.ex2 -pause -sort name -highlight -path . %1 %2 %3   -instance 15

Run an ES such that the number of results are more then one screens worth.
Home, End, Up, Down... all good.

Set the viewport, say to the top of the list.

Alt+TAB away.

Result: On return, viewport is at the bottom of the list, existing focus is lost.


It would be nice if existing viewport, focus, was unchanged.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: ES with -pause overflow does not maintain focus

Post by void »

Thank you for the bug report therube,

ES 1.1.0.20 fixes an issue with pressing the ALT key while paused causing the results to scroll down.
Post Reply