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
Hello,
This is a known issue, see #2304
Basically newly appearing windows are all trying to take focus as they appear, so the last submitted one will win it. Due to how the nav system currently work it's not a trivial fix but we made changes over time to fix some cases.
We recently made a fix for the node not holding the final focused window, but for that node the issue is quite noticeable still.
Version/Branch of Dear ImGui:
Version 1.90, Branch: master (master/docking/etc.)
Back-ends:
web
Compiler, OS:
Windows 11
Full config/build information:
https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html
the behavior can be observed directly here.
Details:
My Issue/Question:
Focus windows may not be preserved when dockspace is hidden and reenabled.
This may be directly observed in the web version of imgui_manual.
Screenshots/Video:
bandicam.2024-01-15.01-48-41-596.mp4
Minimal, Complete and Verifiable Example code:
The text was updated successfully, but these errors were encountered: