gentakojima / emojione-picker-ubuntu

Emoji picker for Ubuntu based on icons by Emojione
239 stars 14 forks source link

Fix searchbar focus #50

Open Entropy0 opened 3 years ago

Entropy0 commented 3 years ago

Fixes https://github.com/gentakojima/emojione-picker-ubuntu/issues/18

set_keep_above raises the window to the front but doesn't focus it yet Since the window gets created at the location of the mouse, xdotool click should now focus it. For some reason, the window only actually gets focus when calling get_position first. This does not seem to be a timing issue as replacing get_position with a sleep does not work.