nk_edit_* and nk_property_* both get cursor focus when used next to each other
Author: sleeptightAnsiCCreated Jul 3, 2026Updated Jul 8, 2026
This was originally mentioned at the very bottom of https://github.com/Immediate-Mode-UI/Nuklear/pull/900#issuecomment-3924069488, I've speculated that not using # for nk_property prevents it from hashing correctly (https://github.com/Immediate-Mode-UI/Nuklear/pull/900#discussion_r2825416853) but I already tried it in https://github.com/Immediate-Mode-UI/Nuklear/commit/ff2ff046aacc20ba060122c0d1067797037c7a87 and the problem is still there. This is a bug withing library and there is one specific place in demo/common/overview.c that can reproduce it:
Source: Immediate-Mode-UI/Nuklear