Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library recently started having issues with Google Chrome #188

Open
benMain opened this issue Sep 6, 2024 · 0 comments
Open

Library recently started having issues with Google Chrome #188

benMain opened this issue Sep 6, 2024 · 0 comments

Comments

@benMain
Copy link

benMain commented Sep 6, 2024

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):

{
  "owner": { 
      "name":"Code", 
      "bundleId":"com.microsoft.VSCode", 
      "path":"/Users/bmain/Documents/Visual Studio Code.app", 
      "processId":90061
  },
  "platform":"macos",
  "title":"bedrock-ai.service.ts",
  "id":24826,
  "memoryUsage":2176,
  "bounds":{
    "y":0,
    "x":0,
    "height":1080,
    "width":1920
  }
}

Here is what Chrome is producing for me:

{
  "owner": {
      "path":"/Applications/Google Chrome.app",
      "name":"Google Chrome",
      "bundleId":"com.google.Chrome",
      "processId":17518
  },
  "platform":"macos",
  "title":"",
  "id":723,
  "memoryUsage":2176,
  "bounds": {
    "width":1920,
    "height":81,
    "x":0, 
    "y":65
  },
  "url":"https://us-east-1.console.aws.amazon.com/cloudwatch/home?region=us-east-1"
}

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant