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
Windows 10.0.19045 - Vulkan (Compatibility) - GeForce GT 540M () - Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (8 Threads)
Issue description
Switching the root window's mode property between MODE_WINDOWED and MODE_(EXCLUSIVE)_FULLSCREEN, and then setting it to MODE_MINIMIZED can make the Windows taskbar preview of the window appear odd.
The window on the preview has two menu bars and is displayed with wrong scale/position of it's contents.
Additionally weird transparent window silhouettes appear with wrong size and positioning (including being on a wrong monitor in a double monitor setup)
The game's window is back to normal after manually changing it to windowed mode (clicking it on the taskbar).
Feel free to check out the reproduction video:
screen_recording.mp4
Steps to reproduce
Use the minimal reproduction project, or:
Create a new project (I used Compatibility renderer) with a visible node.
Attach the script and run the project:
extendsTextureRect@onreadyvartree=get_tree()
@onreadyvarRoot=tree.rootfunc_ready():
# start with MODE_WINOWED -> MODE_FULSCREEN -> MODE_MINIMIZED check preview# without awaits the preview looks differently but still not the same as the windowawaittree.create_timer(1).timeoutRoot.mode=Root.MODE_FULLSCREEN# MODE_EXCLUSIVE_FULLSCREEN also worksawaittree.create_timer(1).timeoutRoot.mode=Root.MODE_MINIMIZEDawaittree.create_timer(1).timeout
Hover over the minimized icon of the game on the Windows task bar.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Changing the root window between windowed, fullscreen and minimized modes can cause it's Windows preview to appear badly.
Changing the root window between windowed, fullscreen and minimized modes can cause its Windows preview to appear badly.
Jul 6, 2023
Godot version
v4.1.stable.official.970459615
System information
Windows 10.0.19045 - Vulkan (Compatibility) - GeForce GT 540M () - Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (8 Threads)
Issue description
Switching the root window's mode property between MODE_WINDOWED and MODE_(EXCLUSIVE)_FULLSCREEN, and then setting it to MODE_MINIMIZED can make the Windows taskbar preview of the window appear odd.
The window on the preview has two menu bars and is displayed with wrong scale/position of it's contents.
Additionally weird transparent window silhouettes appear with wrong size and positioning (including being on a wrong monitor in a double monitor setup)
The game's window is back to normal after manually changing it to windowed mode (clicking it on the taskbar).
Feel free to check out the reproduction video:
screen_recording.mp4
Steps to reproduce
Minimal reproduction project
WindowsPreviewDisappearingTest4.1.zip
The text was updated successfully, but these errors were encountered: