Oliviaophia / SmartTaskbar

A lightweight utility which can automatically switch the display state of the Windows Taskbar.
MIT License
1.31k stars 74 forks source link

Windows11 窗口缩小时会不断最大化、还原 #82

Closed LeeLeeee closed 3 years ago

LeeLeeee commented 3 years ago

Windows11 Build 22000.51 中,窗口最大化后还原,窗口会再次自动最大化,然后还原,然后一直循环,只能关闭应用程序

bigQY commented 3 years ago

+1

ZhizhenZhou commented 3 years ago

+1

Wu2Chen commented 3 years ago

+1

XQLsj99 commented 3 years ago

+1 这真的太难受了

shanyan-wcx commented 3 years ago

+1

Oliviaophia commented 3 years ago

微软把任务栏重写了。。。

wispamulet commented 3 years ago

+1

nikoshinigami commented 3 years ago

It actually works better in last build. Still has problems with snap windows

obrobrio2000 commented 3 years ago

It actually works better in last build. Still has problems with snap windows

What exactly are you referring to? I'm on last build too (22000.65) but I didn't notice improvements (still has the same bug that prevents you from minimizing a window, other than the snap windows bug).

nikoshinigami commented 3 years ago

You’re right, this is still a problem. But at least the taskbar actually hides, when a window is maximized. That didn’t work on the first build

CynicalCloud commented 3 years ago

Just noticed if you minimize a maximized window by actually clicking on the taskbar icon for the indow it seems to work fine, no bug that way, a half workaround until the bug is fixed, if it ever gets fixed that is :)

wuyudelan commented 3 years ago

Same problem for 22000.184, hope you can fix it.

bzzrak commented 3 years ago

Any updates?...

o7451 commented 3 years ago

plus 1

Oliviaophia commented 3 years ago

I just released a version to the Microsoft store. If you find any bugs, please give me feedback. 我刚更新了一个版本到应用商店,可以去下载来试试。

obrobrio2000 commented 3 years ago

> I just released a version to the Microsoft store. If you find any bugs, please give me feedback. 我刚更新了一个版本到应用商店,可以去下载来试试。

Works well on my end. The only two bugs I encountered are: 1) The taskbar doesn't stay open when going to desktop by minimizing a fullscreen window, the autohide stays on. Doesn't happen instead when going to desktop by minimizing a reduced window. 2) The "taskbar going up" animation is present when hovering but is not present when reducing/minimizing a fullscreen window or when going to the desktop.

I recorded both in this video:

https://user-images.githubusercontent.com/62136803/139774453-4f1cf825-8b80-426f-8eef-ec48148d8f7a.mp4

Oliviaophia commented 3 years ago

I just released a version to the Microsoft store. If you find any bugs, please give me feedback. 我刚更新了一个版本到应用商店,可以去下载来试试。

Works well on my end. The only two bugs I encountered are:

  1. The taskbar doesn't stay open when going to desktop by minimizing a fullscreen window, the autohide stays on. Doesn't happen instead when going to desktop by minimizing a reduced window.
  2. The "taskbar going up" animation is present when hovering but is not present when reducing/minimizing a fullscreen window or when going to the desktop.

I recorded both in this video:

2021_11_02_021419.mp4

I just updated another version and fixed the first bug. The second one seems to be windows' own bug.

shanyan-wcx commented 3 years ago

几个bug: 1.在桌面点击开始,任务栏也会隐藏一次。 2.控制中心,消息中心等界面位置下移(微软的问题)。 3.全屏窗口最小化时需要点一下桌面任务栏才会出现。

https://user-images.githubusercontent.com/58252651/139791861-dc5bd037-a0cc-404d-9867-955c1f4038e0.mp4

Oliviaophia commented 3 years ago

几个bug: 1.在桌面点击开始,任务栏也会隐藏一次。 2.控制中心,消息中心等界面位置下移(微软的问题)。 3.全屏窗口最小化时需要点一下桌面任务栏才会出现。

20211102_132229.mp4

第一个问题要hook任务栏才可以屏蔽关闭开始菜单时自动隐藏任务栏的机制,因为要发布到微软商店不好弄就没弄了; 第二个我试试改成点击这些选项的时候把任务栏藏起来? 第三个我看下,修好了就更。

obrobrio2000 commented 3 years ago

I just released a version to the Microsoft store. If you find any bugs, please give me feedback. 我刚更新了一个版本到应用商店,可以去下载来试试。

Works well on my end. The only two bugs I encountered are:

  1. The taskbar doesn't stay open when going to desktop by minimizing a fullscreen window, the autohide stays on. Doesn't happen instead when going to desktop by minimizing a reduced window.
  2. The "taskbar going up" animation is present when hovering but is not present when reducing/minimizing a fullscreen window or when going to the desktop.

I recorded both in this video: 2021_11_02_021419.mp4

I just updated another version and fixed the first bug. The second one seems to be windows' own bug.

Thank you! Now it works fine :)