wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

MACOS_FORCE_ENABLE_SHADOW causes the window to not maximize when double-clicking the tab bar.

Open kenchou opened this issue 10 months ago • 0 comments

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

macOS

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

No response

WezTerm version

20240203-110809-5046fc22

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

MACOS_FORCE_ENABLE_SHADOW causes the window to not maximize when double-clicking the tab bar.

To Reproduce

  1. Origin config:
config.window_decorations = "RESIZE|INTEGRATED_BUTTONS"
图片
  1. You can double-click on any blank area before or after the tab to maximize/restore the window.

  2. Add flag: MACOS_FORCE_ENABLE_SHADOW

config.window_decorations = "RESIZE|INTEGRATED_BUTTONS|MACOS_FORCE_ENABLE_SHADOW"
  1. broken. double-click do nothing.

Configuration

config.window_background_opacity = 0.9
config.window_decorations = "RESIZE|INTEGRATED_BUTTONS|MACOS_FORCE_ENABLE_SHADOW"

Expected Behavior

No response

Logs

No response

Anything else?

No response

kenchou avatar Apr 18 '24 04:04 kenchou