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
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
The text was updated successfully, but these errors were encountered:
Environment
22.04
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
andmouseleave
combine withGreeterBroadcastEvent
, 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
The text was updated successfully, but these errors were encountered: