rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
25.1k stars 742 forks source link

Page search input in Chrome is moved around instead of the application window #1303

Open carstena opened 6 months ago

carstena commented 6 months ago

macOS version: Sonoma 14.1.1 Rectangle version: 0.75 (81)

The page search input in Chrome is moved around instead of the application window. This only occurs when the input has focus.

https://github.com/rxhanson/Rectangle/assets/1830977/cd084e7f-54e1-4585-9f70-429b55333ddb

rxhanson commented 6 months ago

Thanks for reporting. Typically I don't make special cases in Rectangle, and this is a scenario where Rectangle is working as intended. From this perspective, it is a Chrome implementation detail that this search bar window is moved around via the macOS accessibility API. My recommendation is to report this to the Chrome team.

With that said, I'm not opposed to merging a pull request that makes Rectangle account for this, but I wouldn't have it enabled by default since special cased behavior on other apps is inherently fragile.