Page 1 of 1

Bug in Action Panel When Assigning Data to Variables with Named Keys

Posted: Wed Feb 07, 2024 10:11 am
by romain
Greetings,

I've been impressed with CrossUI over the past week. However, I noticed a bug in the action panel where named keys like ARR["elements"].rows are altered to ARRelements.rows upon saving, removing the brackets and quotes. Using ARR.elements.rows seems to be a workaround, but is there a permanent fix planned for this?

Thanks for any updates on this issue.

Re: Bug in Action Panel When Assigning Data to Variables with Named Keys

Posted: Thu Feb 08, 2024 5:01 pm
by support
Can't get your point. Need more info

Re: Bug in Action Panel When Assigning Data to Variables with Named Keys

Posted: Wed Feb 14, 2024 9:08 am
by romain
In Actions Editor :

Action 1 > Assignment > to Global Object >
Key : ARR['element']
Value Source : 1

Click OK, then open again same Actions Editor :

Key is now : ARRelement

[ ' and ' ] were removed

My alternative solution was to use this key : ARR.element

Re: Bug in Action Panel When Assigning Data to Variables with Named Keys

Posted: Thu Feb 15, 2024 4:43 pm
by support
Yeah, the key doesn't support special chars.