Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Enum pop #129

Closed
AtheosCode opened this issue May 23, 2017 · 2 comments
Closed

Enum pop #129

AtheosCode opened this issue May 23, 2017 · 2 comments

Comments

@AtheosCode
Copy link
Contributor

AtheosCode commented May 23, 2017

When there are two node, modify one EnumPop first, and then want to change to another node EnumPop,
it need twice click to modify otherwise it will modify the first node, because the focus has not changed。

@Seneral
Copy link
Owner

Seneral commented May 23, 2017

Yep this is a known problem that appears because the standard popup controls eats the click event​ completely and only lets it through AFTER it is closed. That means the nodes are reordered after the selection is made, which confuses the control ID system and assigns the value to the wrong, previous node...
Haven't yet found a solution to that, unfortunately, other than replacing all popup controls...

@Seneral
Copy link
Owner

Seneral commented Jun 29, 2017

A matter of #38

@Seneral Seneral closed this as completed Jun 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants