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
Back-ends: imgui_impl_win32.cpp + imgui_impl_dx12.cpp
Operating System: Windows 10 20H2 19042.1165
My Issue/Question:
Space button works as Enter button for InputText widget, when keyboard navigation is enabled.
I didn't have this issue some time ago on master branch (~1.84 WIP). But I found it after switching to docking branch (commit 5d95e7e). Current latest commit has the same issue: c58fb46
Issue can be reproduced using unmodified win32_dx12 example.
Note: I've checked release 1.84.2 there is no issue.
Standalone, minimal, complete and verifiable example:
Open example_win32_directx12.exe
Make sure you have enabled Configuration - configuration - io.ConfigFlags: NavEnableKeyboard
Go to Widgets - Text Input - Multi-line text input
Try to use Space button (ImGuiNavInput_Activate)
Single Space click works as Enter button (add newline).
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
Version: 1.85 WIP
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_win32.cpp + imgui_impl_dx12.cpp
Operating System: Windows 10 20H2 19042.1165
My Issue/Question:
Space button works as Enter button for InputText widget, when keyboard navigation is enabled.
I didn't have this issue some time ago on master branch (~1.84 WIP). But I found it after switching to docking branch (commit 5d95e7e). Current latest commit has the same issue: c58fb46
Issue can be reproduced using unmodified win32_dx12 example.
Note: I've checked release 1.84.2 there is no issue.
Standalone, minimal, complete and verifiable example:
The text was updated successfully, but these errors were encountered: