-
-
Notifications
You must be signed in to change notification settings - Fork 455
Render improvement #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render improvement #195
Conversation
Co-authored-by: Bao-Qian <[email protected]>
Co-authored-by: bao-qian <[email protected]>
|
Now, it should work better.
fix that |
|
When I am query, i am missing results. It seems it only gets the top portion of the results list, evident when i use Explorer plugin to browse folders. |
ok! |
|
so far I came across intermittent issues:
Note: it happens sometimes. if there is a way to repro consistently I will update |
This may because of the delay I added for batch processing, let's make it shorter and take a try.
This is quite weird....and I haven't met that situation. Let's take a look after I reduce the delay time. |
|
UPDATE
That's because some of the plugin query is slower, so that their result view is updated later than others, and the selection has not been updated, so that the selection is not on them even though their score is higher. I will try to update selection every time result view is change. |
change selected index update place to fix not first selection issue
…ecollection This should improve the response speed.
…ecollection This should improve the response speed.
|
they are appearing at the same time when using websearch plugin |
|
i am running it directly from the branch in visual studio |
|
remove output, remove roaming data location, then run from vs, search 'g a' and i get it instantly |
|
hmmm still cannot reproduce.... Are you using Google as search suggestion or none? I have tried Baidu and Bing, and both are fine. |
|
None. Basically all default settings |
Fix it. It is due to result update event create duplicate result. @jjw24 |
|
@taooceros could you merge dev in and resolve conflict please |
Sure |
# Conflicts: # Flow.Launcher/ViewModel/MainViewModel.cs
# Conflicts: # Flow.Launcher/ViewModel/MainViewModel.cs
| } | ||
| } | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol how come ur prs always have random additional white space



Change UI rendering logic to fix image flickering (the major fix is by removing the isAsync for image binding)
This comes from @bao-qian 's change in Wox, #2899. Thank you for introducing the fix for image flickering.
The other change is majoring makes the code simpler and more readable, and remove duplicate logic.
Also fix that sometimes the selected index is not first when updating result views. https://social.msdn.microsoft.com/Forums/vstudio/en-US/5ff71969-f183-4744-909d-50f7cd414954/binding-a-tabcontrols-selectedindex-not-working?forum=wpf