UG4 / lua-table-spec-proposal

Specification Proposal for Lua-Tables
3 stars 0 forks source link

Collapsing and expanding Group produces invalid visualization #17

Open miho opened 5 years ago

miho commented 5 years ago

Steps to reproduce:

1. Enter invalid value below a group and click on "Validate Lua File":

java_2019-05-20_20-17-59

2. Collapse Group:

java_2019-05-20_20-18-11

3. Expand Group:

java_2019-05-20_20-18-21

Expected behavior:

Only the previously invalidated value is marked as invalid.

Actual behavior (Error):

Two values are marked as invalid. This should not happen.