Delayed field attribute does not apply changes when tab key pressed

Issue #567 new
Tim Williams created an issue

Create a vector2 (for example) field with the “Delayed” attribute (do not enable Editor Only mode)

If you begin typing a value into the “X” field, and click onto the “Y” field, the pending value is pushed to the “X” component of the vector2

However, if you have a pending value in the “X” field and hit the tab key on the keyboard, the “Y” field is selected but the pending value is not pushed to the “X” component of the vector2

This happens with any field containing the “Delayed” attribute, vector2 was just for an example.

I am running Windows 10, and Odin 2.0.16

Comments (1)

  1. Log in to comment