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

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

Open
2 tasks done
sdassow opened this issue Sep 25, 2024 · 2 comments
Open
2 tasks done

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

sdassow opened this issue Sep 25, 2024 · 2 comments
Labels
unverified A bug that has been reported but not verified

Comments

@sdassow
Copy link
Contributor

sdassow commented Sep 25, 2024

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

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

@sdassow sdassow added the unverified A bug that has been reported but not verified label Sep 25, 2024
@andydotxyz
Copy link
Member

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
Copy link
Contributor Author

sdassow commented Sep 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unverified A bug that has been reported but not verified
Projects
None yet
Development

No branches or pull requests

2 participants