Scroll not resetting on search

Discussion related to "Everything" 1.5 Alpha.
Post Reply
lifu
Posts: 26
Joined: Tue Jun 15, 2021 11:04 pm

Scroll not resetting on search

Post by lifu »

Since upgrading to 1363a, when I perform a search, the list will often be scrolled to around the middle, instead of the top. I do have the following properly set, so this shouldn't be happening:

_.png
_.png (1.13 KiB) Viewed 947 times
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Scroll not resetting on search

Post by void »

Could you please copy your Help -> Troubleshooting information and paste it in the bug report details.

This will help me reproduce the issue my end.
lifu
Posts: 26
Joined: Tue Jun 15, 2021 11:04 pm

Re: Scroll not resetting on search

Post by lifu »

I figured out the issue. The results get scrolled down when I press Enter in the search bar. I'd recently disabled Search as you type, which is why I didn't encounter it until then.

I checked every option in the Keyboard section of options and Enter isn't bound to anything unusual.

Here are my modified settings in case it's relevant:

_.png
_.png (23.05 KiB) Viewed 744 times
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Scroll not resetting on search

Post by NotNull »

What happens when pressing ENTER in the search bar is controlled by the search_edit_enter_action.
Default: Focus most run

To reconfigure:
  • Go to menu:Tools => Options => Advanced
  • In the Show settings containing: field, type enter
  • Select search_edit_enter_action
  • Set its value to the preferred action.
  • Press OK

search_edit_enter_action
lifu
Posts: 26
Joined: Tue Jun 15, 2021 11:04 pm

Re: Scroll not resetting on search

Post by lifu »

NotNull wrote: Sun Jan 07, 2024 4:39 pm What happens when pressing ENTER in the search bar is controlled by the search_edit_enter_action.
Default: Focus most run

To reconfigure:
  • Go to menu:Tools => Options => Advanced
  • In the Show settings containing: field, type enter
  • Select search_edit_enter_action
  • Set its value to the preferred action.
  • Press OK

search_edit_enter_action

I see, I'm guessing that this setting pre-dates when "Search as you type" could be disabled. I think you should expose the setting in the Search category.
Post Reply