-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Windows Walker should have text focus on activation #1800
Comments
Hi @tchara |
It happens when I have the focus in Outlook (365 v20.03), but I cannot pinpoint a reproducible behaviour. Sometimes, it consistently refuses to set the focus in Window Walker when I am in the e-mail list. Other times it just works fine. The same is oddly the case with editing calendar items. Sometimes the focus remains outside Windows Walker, sometimes it does not. Based on this behaviour, I presume Outlook somehow snatches/hijacks the focus? |
On my machine the text focus only works on the first try. If you find an application, switch to it then activate the feature again the text box will not automatically have focus until you press tab/select with the mouse. |
i think it is slightly inconsistent. I've seen this a bit too. @betsegaw any ideas? |
I haven't run into this yet. Back in the day, there used to be some issues with focus, specifically on launch (after a reboot). I will assign it to myself and take a look. |
Oh wait.. already assigned 👍 |
Okay.. so I got one repro and maybe a fix for this will also fix the other ones.
Result : Focus is nowhere to be seen... @tchara, did you use the mouse to select the result at any point? |
The change I applied will hopefully fix the more general case as well. Please do ping back if it doesn't. |
Now that you mention it, yes. If I am near the item with the mouse I just click it rather than using the keyboard. |
For me it consistently doesn't work. |
Hi @runxel |
Summary of the new feature/enhancement
When activating Windows Walker through Ctrl+Win, the input field should have focus so that one can start typing immediately. Currently, one needs to click it with the mouse or hit Tab once.
Proposed technical implementation details (optional)
Set the focus() property on activation.
The text was updated successfully, but these errors were encountered: