-
-
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
fix lively on Windows 11 26002 and later #2050
fix lively on Windows 11 26002 and later #2050
Conversation
The WorkerW windows we created is a clild window of Progman on Windows 11 Insider Canary build 26002 and later Spy++ output for 26002 and later 0x000100EC "Program Manager" Progman 0x000100EE "" SHELLDLL_DefView 0x000100F0 "FolderView" SysListView32 0x00100B8A "" WorkerW <-- This is the WorkerW instance we are after!
I'm not sure if 26002 is the minimum affected version because I'm already on 26016. The earliest bug report here is #2030 and it says 26002 is affected. |
@Surferdbeere @LammariOm please test this build. https://mega.nz/file/dyUQiLjQ#TJykB0eWuVHVLdfwz7X_dniLDFszVN6TTuXhzI4FBgI |
Good investigative work! From what I understand Microsoft is trying to change the desktop implementation in the recent insider builds. What if the first search fails we check for progman child Window as a fallback or something like that? I don't have insider build with me at the moment, things to verify with this fix:
|
|
no longer do version checking
Looks like things changed again #2074 |
|
The issue persists on build 26080.ge_release.240308-1400 |
The
WorkerW
window we created is a child window ofProgman
window on Windows 11 Insider Canary build 26002 and later.This pull request resolves #2030 #2047
Spy++ output