You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type in a search query, the slower the query the more obvious the problem will be. 1k is a great example.
Click into the Category field and start typing the name of a category. I typed "Resistors"
Expected result: I can type fluidly and the search does not re-run until I am done typing.
Actual result: There is a long lag after every keystroke while the query re-runs.
Known workaround: open the dropdown and pick your desired category from the menu.
NOTE: the problem does not occur when typing in the Subcategory field. Hopefully it is an easy fix to apply debouncing to the Category field as well.
The text was updated successfully, but these errors were encountered:
I had the idea to add an wx.ActivityIndicator but apparently the db search itself blocks the GUI refresh, so the spinner does not spin while the search is running 😑
Maybe we can utilize a thread and events in order to populate the listview after the search is done ...
Steps to reproduce:
1k
is a great example.Expected result: I can type fluidly and the search does not re-run until I am done typing.
Actual result: There is a long lag after every keystroke while the query re-runs.
Known workaround: open the dropdown and pick your desired category from the menu.
NOTE: the problem does not occur when typing in the Subcategory field. Hopefully it is an easy fix to apply debouncing to the Category field as well.
The text was updated successfully, but these errors were encountered: