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
Im running macOS 14.6.1 on an M1 Pro [email protected] and recently get-windows started reporting both the wrong height, x,y coordinates and dropping the title but only for Google Chrome [128.0.6613.85 (Official Build) (arm64)] tabs...
Here is an instance of data coming correctly from VSCode (when vscode is fullscreened):
The title is no longer being set and the bounds are no longer representative of the tab being full screened... particularly the height. It's like it's showing the position of the tab itself rather than that tabs window. We're doing screenshotting based on the active window and those bounds are super important. The title missing is also preventing us from identifying the processes we care about.
Any suggestion you can offer would be appreciated.
The text was updated successfully, but these errors were encountered:
Im running macOS 14.6.1 on an M1 Pro
[email protected]
and recently get-windows started reporting both the wrong height, x,y coordinates and dropping the title but only for Google Chrome [128.0.6613.85 (Official Build) (arm64)] tabs...Here is an instance of data coming correctly from VSCode (when vscode is fullscreened):
Here is what Chrome is producing for me:
The title is no longer being set and the bounds are no longer representative of the tab being full screened... particularly the height. It's like it's showing the position of the tab itself rather than that tabs window. We're doing screenshotting based on the active window and those bounds are super important. The title missing is also preventing us from identifying the processes we care about.
Any suggestion you can offer would be appreciated.
The text was updated successfully, but these errors were encountered: