Is your feature request related to a problem? Please describe.
99.32345% of the time I search using start menu search, the result I want appears but just as I'm about to click it, another result appears and changes the ordering of the entries. It's maddening because I know it's going to happen every time!
Even when I wait a bit, thinking it's done adding results, I seem to get another one pop up and move my desired result.
Describe the solution you'd like
There are several options.
- Add search results at the top of list instead of bottom.
- This is probably the least effort to implement (?) as well as easiest change for users to intuitively understand.
- This solution would ensure entries never jump up on you causing user to click wrong item because they are fixed to the bottom so will not move while mousing over to desired result entry. New results do not change the placement of earlier entries. The list just simply grows upwards with new items added on top of visual stack.
- Pause adding results when the user mouses over any results.
- Might make for tricky user interaction to both show new items were found and not mess with the ordering.
- Would need to show some indicator that additional results were found and user should mouse-off to get them to show
- Kind of a sketchy solution. with a complicated user interaction
- Hybrid of option 1 & 2: build from bottom, until user mouses over, then just add more at the top.
- This seems needlessly complex to implement. Option 1 just seems more intuitive for users and simpler logic to implement.
Area of issue
Start menu
Alternatives you've considered
Throwing my computer out the window every time the search items reorder and cause me to click on the wrong item. >:(
There is no alternative, besides waiting an extremely long time for the searching to complete (as in 20-30 seconds) and that's just a waste of time.
Additional context
This would be a huge user satisfaction upgrade. As it is coded now, it's just a terrible user experience.
FWIW, I'm on relatively new hardware. I blame virus/malware/whatever scanning for slowing results just enough and making the problem worse, but any delayed results make for an inconsistent user experience and causes user dissatisfaction.
Is your feature request related to a problem? Please describe.
99.32345% of the time I search using start menu search, the result I want appears but just as I'm about to click it, another result appears and changes the ordering of the entries. It's maddening because I know it's going to happen every time!
Even when I wait a bit, thinking it's done adding results, I seem to get another one pop up and move my desired result.
Describe the solution you'd like
There are several options.
Area of issue
Start menu
Alternatives you've considered
Throwing my computer out the window every time the search items reorder and cause me to click on the wrong item. >:(
There is no alternative, besides waiting an extremely long time for the searching to complete (as in 20-30 seconds) and that's just a waste of time.
Additional context
This would be a huge user satisfaction upgrade. As it is coded now, it's just a terrible user experience.
FWIW, I'm on relatively new hardware. I blame virus/malware/whatever scanning for slowing results just enough and making the problem worse, but any delayed results make for an inconsistent user experience and causes user dissatisfaction.