Page 1 of 1

[SOLVED] Address Bar: delay navigating through filtered entries (commands) in v25.80.0300

Posted: 10 Apr 2024 15:51
by matewo
Hi All,

when I navigate through the filtered address bar, I see a delay between each UP / DOWN of about 300 to 500 milliseconds. Tested using v25.80.0300. Cross-checking with v25.70.0100, this delay does not happen.

Steps to reproduce:
  • Create some entries in the address bar by browsing your file system and starting some commands / functions, e.g. ::echo <clipboard>. My list contains about 160 items, 90 function / command invocations (::).
  • Click into address bar to focus.
  • Open dropdown list of address bar via DOWN.
  • Navigate down the list by pressing DOWN several times.
  • ==> Selecting each entry does have nearly no delay for both updating the address bar itself nor for updating the selected line in the dropdown.
  • Press ESC to close dropdown.
  • Enter two colons ::, the dropdown of address bar is now opened and filtered by commands
  • Navigate down the list by pressing DOWN several times.
  • ==> Selecting each entry does have nearly no delay for updating the address bar itself, but does have a delay for updating the selected line in the dropdown of about 300 to 500 milliseconds.
Filtering by c:\ for example does not show a delay.

Could anyone reproduce this?

Thanks and best regards, Markus

Edit: SOLVED in v25.80.0310, checked / tested in v25.80.0312.

Re: Address Bar: delay navigating through filtered entries (commands) in v25.80.0300

Posted: 12 Apr 2024 17:41
by admin
It's probably the icons if they're larger than 24x24. Scaling down from the new 48x48 sources takes time. I'm thinking about the best way to optimize this.

Re: Address Bar: delay navigating through filtered entries (commands) in v25.80.0300

Posted: 15 Apr 2024 12:13
by matewo
Hi Don,
admin wrote: 12 Apr 2024 17:41 It's probably the icons if they're larger than 24x24. Scaling down from the new 48x48 sources takes time.
Would that explain, why the unfiltered dropdown list has no delay while browsing (keys UP or DOWN), but the filtered dropdown list (::) has a delay?

Just for information: the script icon (white triangle on blue background) has a size of 30x21 pixels at 200% (native 3000x2000).

Could I anyhow disable scaling the icons?

Best regards, Markus

Re: Address Bar: delay navigating through filtered entries (commands) in v25.80.0300

Posted: 15 Apr 2024 12:18
by admin
Isn't it fixed since v25.80.0310 ?

Re: Address Bar: delay navigating through filtered entries (commands) in v25.80.0300

Posted: 15 Apr 2024 13:19
by matewo
admin wrote: 15 Apr 2024 12:18 Isn't it fixed since v25.80.0310 ?
Please excuse, haven't checked / tested in v25.80.0310 yet.

Re: Address Bar: delay navigating through filtered entries (commands) in v25.80.0300

Posted: 15 Apr 2024 13:53
by matewo
Hi Don,

works like a charm now. Checked in v25.80.0312.

Thanks again for your great support!

Markus