fyne-io / fyne

Cross platform GUI toolkit in Go inspired by Material Design
https://fyne.io/
Other
24.78k stars 1.37k forks source link

Unable to scroll on macOS when Fyne app is in background #5162

Open sdassow opened 1 week ago

sdassow commented 1 week ago

Checklist

Describe the bug

Usually on macOS it is possible to scroll in windows without having focus. With Fyne apps it is different and can be tested with fyne_demo.

How to reproduce

  1. Start fyne_demo
  2. Move window to the side
  3. Change focus to another window with fyne_demo still visible
  4. Hover over fyne_demo without clicking/focus
  5. Try to scroll

Screenshots

No response

Example code

$ cd cmd/fyne_demo/
$ go run .
2024/09/25 17:02:11 Lifecycle: Started
2024/09/25 17:02:12 Lifecycle: Entered Foreground
...

Fyne version

Noticed in 2.3 or something, and now still in develop

Go compiler version

Any

Operating system and version

macOS, multiple versions

Additional Information

No response

andydotxyz commented 1 week ago

This was reported in #3495 and then found to be working...

Perhaps it relates to the macOS hardware. We tested and it's all good on M2... which model still has this problem?

sdassow commented 1 week ago

It's on older hardware indeed: MacBook Pro (Retina, 15-inch, Mid 2015)