Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.3k stars 3.35k forks source link

Tabby dragging window delay on transparent background in win11 #8240

Open AiYouWii opened 1 year ago

AiYouWii commented 1 year ago

Version: 1.0.196 Platform: Windows x64 10.0.22621 Plugins: none Frontend: xterm-webgl

nibler-fox-kiki commented 1 year ago

same issue for me, disabling Acrylic background stops the delayed behaviour. Platform: Win11 22H2 22621.1555

liyansong2018 commented 1 year ago

I also encountered the same problem and acrylic background didn't work.

jrista commented 1 year ago

Same issue here. Further, Acrylic doesn't do what it says, blur the background. This is a feature I've used with iTerm2 on MacOS X for years, would be nice to have a functioning blurred background terminal in Windows. Windows 11 has its UI effects, which include a frosted glass look, as well as their new Mica look, among others. Is there some reason why the Windows 11 UI features aren't being used to achieve modern backgrounds for Tabby?

nevangelista0 commented 1 year ago

Also reporting this problem.

Version: 1.0.197 Platform: Windows x64 10.0.22621 Plugins: none Frontend: xterm-webgl

OS details: Edition Windows 11 Pro Version 22H2 OS build 22621.1702 Experience Windows Feature Experience Pack 1000.22641.1000.0

marcguillemdev commented 1 year ago

Samer here, Windows 11 22H2, 22621.2134

Wuyiz commented 10 months ago

我也存在同样的问题,设置中开启亚克力背景后,在win11系统中拖拽tabby窗口会有很大的延迟,但是公司的win10系统下就没有这个情况

Issues-translate-bot commented 10 months ago

The translator bot has detected that this issue body's language is not English, and has translated it automatically.


I also have the same problem. After turning on the acrylic background in the settings, there will be a big delay when dragging the tabby window in the win11 system. However, this does not happen in the company's win10 system.

XiaoYongV5 commented 6 months ago

A suggestion for you: after you turn on the acrylic background, if you want the form to have no delay, you can change the background type from blur to Fluent.

tzzs commented 6 months ago

Still have the same problem in Windows 11.

markox92 commented 5 months ago

Wow after one year and this bug is still there,

sylveon commented 3 months ago

This is a bug in the operating system, as the functionality is implemented using undocumented APIs.

I recommend migrating to BrowserWindow#setBackgroundMaterial instead, as this uses documented APIs only and is not affected by this problem. However, it only works on Windows 11 22621 and up.