Open
Description
Environment
- OS:
22.04
- nody-greeter version:
1.6.2
Help description
Unable to gain focus
when cursor moving to different monitor.
As it is said above, I'm unable to get focus on the new monitor when moving the cursor.
Using mousenter
and mouseleave
combine with GreeterBroadcastEvent
, I know on which screen the cursor is, so I can control some events on the previous monitor (like hiding), and some to the "new" monitor.
But I'm not able to gain focus (js only) on the "new" monitor. If I click inside it the focus is acquired, but I need to be able to gain focus without clicking inside the window.
Any idea?
Thx