You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating dechamps/RudeWindowFixer#3 I came across a trace where WindowMonitor logged WindowGone for the taskbar window (Shell_TrayWnd). The window reappeared later with the same HWND which suggests it was not actually destroyed - it's more likely that IsWindowVisible() flipped.
This is problematic because that means we are blind to any window property changes that occurred during the time the window was hidden.
The text was updated successfully, but these errors were encountered:
Actually, as discussed in dechamps/RudeWindowFixer#3, it might be that the real problem is that WindowMonitor loses track of windows that change bands.
While investigating dechamps/RudeWindowFixer#3 I came across a trace where WindowMonitor logged
WindowGone
for the taskbar window (Shell_TrayWnd
). The window reappeared later with the same HWND which suggests it was not actually destroyed - it's more likely thatIsWindowVisible()
flipped.This is problematic because that means we are blind to any window property changes that occurred during the time the window was hidden.
The text was updated successfully, but these errors were encountered: