Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rootNode of variable reference inside a for loop when inserting it from the variable cascaded menu is not the for loop #561

Open
vicchig opened this issue Dec 29, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@vicchig
Copy link
Collaborator

vicchig commented Dec 29, 2021

For whatever reason it is a ValueOperationExpression which does not actually exist in the AST. This causes all kinds of issues with updating variables.

  1. Create a list variable.
  2. Insert a for loop that includes this variable from the menu in the defined variables section.
  3. Navigate to the variable assignment and navigate off of it to trigger onFocusOff.
  4. Observe the errors in the console.

Related: #562

@vicchig vicchig added the bug Something isn't working label Dec 29, 2021
@vicchig vicchig self-assigned this Dec 29, 2021
@MajeedKazemi
Copy link
Owner

MajeedKazemi commented Dec 29, 2021 via email

@vicchig
Copy link
Collaborator Author

vicchig commented Dec 29, 2021

Thank you, that would be great.

@vicchig vicchig removed their assignment Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants