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

Window Displacement Issue in Fullscreen Mode When Terminal Loses Focus #6275

Open
yunxi177 opened this issue Oct 14, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@yunxi177
Copy link

yunxi177 commented Oct 14, 2024

What Operating System(s) are you seeing this problem on?

Linux Wayland

Which Wayland compositor or X11 Window manager(s) are you using?

Mutter

WezTerm version

20241007-103714-ed430415

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

Window Displacement Issue in Fullscreen Mode When Terminal Loses Focus

To Reproduce

  1. Launch WezTerm and press F11 switch to fullscreen mode.
  2. Perform actions that cause the terminal to lose focus (e.g., switch to another application).

Configuration

local wezterm = require("wezterm")
local config = wezterm.config_builder()

config.keys = {
	{ key = "F11", mods = "NONE", action = act.ToggleFullScreen },
}

return config

Expected Behavior

The window should maintain its fullscreen state and alignment without any displacement when focus is lost and regained.

Logs

Debug Overlay
wezterm version: 20241007-103714-ed430415 x86_64-unknown-linux-gnu
Window Environment: Wayland
Lua Version: Lua 5.4
OpenGL: Mesa Intel(R) Graphics (ADL GT2) 4.6 (Compatibility Profile) Mesa 24.2.4-arch1.0.1
Enter lua statements or expressions and hit Enter.

Anything else?

2024-10-14_10-22
The black area in the screenshot is the part that has been offset.

@yunxi177 yunxi177 added the bug Something isn't working label Oct 14, 2024
@yunxi177
Copy link
Author

I've made new progress on this issue: the problem occurs only after I use the extension from https://extensions.gnome.org/extension/545/hide-top-bar/ to hide the top bar.

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

1 participant