talonvoice / talon

Issue Tracker for the main Talon app
85 stars 0 forks source link

zoom mouse takes focus #623

Closed knausj85 closed 2 months ago

knausj85 commented 1 year ago

Version: 0.3.1-662-g6fcb, Branch: beta, OS: Windows-10-10.0.19045

I'm not sure whether this is a bug or feature, but I noticed the canvas for the zoom mouse takes focus from the active application.

This causes issues with features like Andreas quick pick (https://github.com/AndreasArvidsson/andreas-talon/tree/master/plugins/quick_pick) which can snap windows to a given location and currently relies upon ui.active_window(). Instead of attempting to resize the expected window, it will attempt to resize the talon canvas and fail when selected via the zoom mouse.

The simple workaround is to cache the active window when the quick pick comes up.

lunixbochs commented 2 months ago

is this fixed in 389?

knausj85 commented 2 months ago

Verified fixed in Version: 0.4.0-389-g05a6, Branch: beta, OS: Windows-10-10.0.19045