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
As a poor man's attempt to track focus movement within GUI one could assign a reaction.
It will work correctly when set-focus is involved, but never on clicks:
To reproduce
Run view/no-wait [field "1" field "2" react [print select face/parent/selected 'text]]
Click into any field to focus it
See that no message is printed
Expected behavior
It's a more general problem, which I'm sure isn't limited to the /selected facet.
But for this particular case, as for /size, I expect it to trigger on-change*.
Describe the bug
As a poor man's attempt to track focus movement within GUI one could assign a reaction.
It will work correctly when
set-focus
is involved, but never on clicks:To reproduce
view/no-wait [field "1" field "2" react [print select face/parent/selected 'text]]
Expected behavior
It's a more general problem, which I'm sure isn't limited to the
/selected
facet.But for this particular case, as for
/size
, I expect it to triggeron-change*
.Platform version
The text was updated successfully, but these errors were encountered: