Zoom MacOS: win_open
event doesn't fire until new meeting window is blurred then re-focused
#606
Labels
win_open
event doesn't fire until new meeting window is blurred then re-focused
#606
When I launch a Zoom meeting, the
win_open
event doesn't fire until I blur the window and then re-focus it. Here is the log from aui.register("", lambda *args, **kwargs: print(args, kwargs))
:I launched the meeting at 18:20:25, on that first
element_focus
. Note how there is nowin_open
. Then ~10 seconds later, I focus the log viewer and back to the meeting and get thewin_open
that I would have expected to receive in the first place.Version: 0.3.1-551-g3de1, Branch: beta, OS: macOS-13.2-arm64-arm-64bit
The text was updated successfully, but these errors were encountered: