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_metal.mm + imgui_impl_osx.mm
Compiler: Clang
Operating System: Mac OS X 11.1
My Issue/Question:
Double-clicking on the a password field where the password contains a space causes only the word under the cursor to be selected, revealing the size of words in the password. This only occurs on OS X due to some specific logic I've come across when looking into the issue.
Screenshots/Video
The above is produced by double-clicking at the end of the line.
Standalone, minimal, complete and verifiable example:
Just compile and run example_apple_metal_macos found in the imgui examples directory.
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
Version: 1.82 (18200)
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_metal.mm + imgui_impl_osx.mm
Compiler: Clang
Operating System: Mac OS X 11.1
My Issue/Question:
Double-clicking on the a password field where the password contains a space causes only the word under the cursor to be selected, revealing the size of words in the password. This only occurs on OS X due to some specific logic I've come across when looking into the issue.
Screenshots/Video
The above is produced by double-clicking at the end of the line.
Standalone, minimal, complete and verifiable example:
Just compile and run example_apple_metal_macos found in the imgui examples directory.
The text was updated successfully, but these errors were encountered: