-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Taskbar reimplementation loses position retention #3719
Comments
did you wait for a couple of minutes after relocating the taskbar? |
yeah it doesn't seem to make a difference how long after it is |
Is there a setting in EP Properties application, that you set where you change what monitor the taskbar will be on? Or did you just right click on it, untick lock the taskbar, move it, and then reticked lock the taskbar? Does it do the same thing if you reboot? |
Yes, this is by dragging the taskbar to a new monitor, then locking taskbar again. Doesn't make a difference locked or unlocked, and a full reboot results in the same. |
I remember a talk about this back when I was enabling the disabled but still there Windows 10 taskbar back in the Windows 11 22000 days. It’s actually a bug/glitch that went on unresolved for so much time that people took it as a feature. I think I did something about it, reimplemented the bug or something, maybe the reimplemented taskbar needs that as well, although my memory is too vague now. If I find the old thread where this is discussed, maybe it’s a good start for remembering what I actually did and see from there… |
Another thread related to this issue which may be helpful is #504, where the commit af20433 that provided a fix for a similar issue was first referenced. From what I could find, the change was first introduced in prerelease 22000.348.40.0 on Dec 5, 2021. The relevant code is still present on ExplorerPatcher/ExplorerPatcher/dllmain.c Lines 8513 to 8597 in 92fce8c
ExplorerPatcher/ExplorerPatcher/dllmain.c Line 10615 in 92fce8c
|
@nx5314 i can confirm that this issue is present with ep_taskbar on Windows 10 |
Updated Windows to 24H2 and have the same issue now. |
Same issue here with same Win11/EP versions on 2 displays. |
The hook @4yx pointed is now applied into 66.7's reimplemented taskbar. 66.7 is now being built. |
The Windows 10 ExplorerPatcher reimplementation will, upon a restart of explorer.exe, always return the primary taskbar to the primary monitor regardless of whether it was moved to a different monitor. Tested with three displays.
Win11 build 22631.4169
EP buid 22621.3880.66.6
The text was updated successfully, but these errors were encountered: