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

Interacting with another app when window.SetFullScreen(true) will cause the application to hide itself. #2448

Closed
bartimusprimed opened this issue Sep 8, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@bartimusprimed
Copy link

I was asked to open a report for this from the slack channel.

Describe the bug:

When setting window.SetFullScreen(true), the window will hide itself when focusing another window.

To Reproduce:

  1. Set up normal application.
  2. Set window.SetFullScreen(true)
  3. Click any other application on the taskbar or on another monitor.
  4. The fyne app will hide and needs to be alt+tabbed or clicked on to be shown again.

Device (please complete the following information):

  • OS: Windows
  • Version: 10 (current)
  • Go version: 1.17
  • Fyne version: v2.0.4
@bartimusprimed bartimusprimed added the unverified A bug that has been reported but not verified label Sep 8, 2021
@andydotxyz andydotxyz added bug Something isn't working and removed unverified A bug that has been reported but not verified labels Sep 8, 2021
@andydotxyz andydotxyz added this to the Aberlour (2.1) milestone Sep 8, 2021
andydotxyz added a commit that referenced this issue Sep 8, 2021
@andydotxyz
Copy link
Member

Fixed on develop ready for testing and v2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants