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

[Bug]: multi-window conflict with one of the window fullscreened #42133

Open
3 tasks done
tianjunnew opened this issue May 13, 2024 · 1 comment
Open
3 tasks done

[Bug]: multi-window conflict with one of the window fullscreened #42133

tianjunnew opened this issue May 13, 2024 · 1 comment
Labels
blocked/need-info ❌ Cannot proceed without more information bug 🪲

Comments

@tianjunnew
Copy link

tianjunnew commented May 13, 2024

Preflight Checklist

Electron Version

26.6.10

What operating system are you using?

macOS

Operating System Version

macOS Sonoma 14.4.1

What arch are you using?

arm64 (including Apple Silicon)

Last Known Working Electron version

No response

Expected Behavior

one BrowserWindow should not be affected by the other BrowserWindow's fullscreen state.

Actual Behavior

Scene 1.

  1. create win1 that is not fullscreened;
  2. create win2 with
    a. alwaysOnTop
    b. visibleOnAllWorkspaces/visibleOnFullScreen
    c. enableLargerThanScreen
    d. setBounds with the fullscreen size
  3. fullscreen win1

The third step will cause win2 change position

Scene 2.
swap step 2 and 3 in Scene 1, and it will checkout a new empty workspace

Testcase Gist URL

No response

Additional Information

No response

@codebytere
Copy link
Member

Electron 26 isn't supported and hasn't been in some time. For us to continue triaging this issue, it must be present on a currently supported version of Electron. This issue will be closed in 10 days if there is no response.

@codebytere codebytere added the blocked/need-info ❌ Cannot proceed without more information label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked/need-info ❌ Cannot proceed without more information bug 🪲
Projects
None yet
Development

No branches or pull requests

2 participants