Scroll bug after many files deleting

Discussion related to "Everything" 1.5 Alpha.
Post Reply
nekota
Posts: 3
Joined: Thu Apr 13, 2023 11:05 am

Scroll bug after many files deleting

Post by nekota »

* Version
Everything 1.5.0.1342a

* Reproduction conditions
** Large icon view(maybe, reproduce under others view)
** Delete many files that spans multiple pages

* Symptoms
The scroll bar position jumps to the bottom.
I wish to select next file after deleted, but file focus jumps completely different file.
Could you fix this?
void
Developer
Posts: 16670
Joined: Fri Oct 16, 2009 11:31 pm

Re: Scroll bug after many files deleting

Post by void »

Everything tries to avoid automatically scrolling the view.

Press space bar to bring the focus into view.

Please try enabling keep_result_focus_in_view:
  • Copy and paste the following into your Everything search box:
    /keep_result_focus_in_view=1
  • Press ENTER in your Everything search box.
  • If successful, keep_result_focus_in_view=1 is shown in the status bar for a few seconds.
keep_result_focus_in_view
nekota
Posts: 3
Joined: Thu Apr 13, 2023 11:05 am

Re: Scroll bug after many files deleting

Post by nekota »

Thank you for the information!
Fixed the symptoms by the setting.
void
Developer
Posts: 16670
Joined: Fri Oct 16, 2009 11:31 pm

Re: Scroll bug after many files deleting

Post by void »

Thank you for your feedback Nekota,

I have be running Everything internally with the setting on for a long time.
I will look into enabling this setting by default..
void
Developer
Posts: 16670
Joined: Fri Oct 16, 2009 11:31 pm

Re: Scroll bug after many files deleting

Post by void »

Everything 1.5.0.1343a will trial having keep_result_focus_in_view enabled by default.

I can see one potential issue with this setting, where you would like to keep the view scrolled to the top or bottom.

If you prefer to let the focus go out of view, please disable keep_result_focus_in_view.

To disable keep_result_focus_in_view:
  • Copy and paste the following into your Everything search box:
    /keep_result_focus_in_view=0
  • Press ENTER in your Everything search box.
  • If successful, keep_result_focus_in_view=0 is shown in the status bar for a few seconds.
Everything will never bring the focus into view if you:
nekota
Posts: 3
Joined: Thu Apr 13, 2023 11:05 am

Re: Scroll bug after many files deleting

Post by nekota »

Thank you for early update!
I will continue to love this software and you!
Post Reply