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

Basic Issues for CrossUI
Post Reply
romain
Posts: 30
Joined: Wed Jan 31, 2024 3:24 pm

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

Post 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.
support
Posts: 18
Joined: Thu Jan 25, 2024 4:58 pm

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

Post by support »

Can't get your point. Need more info
romain
Posts: 30
Joined: Wed Jan 31, 2024 3:24 pm

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

Post 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
support
Posts: 18
Joined: Thu Jan 25, 2024 4:58 pm

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

Post by support »

Yeah, the key doesn't support special chars.
Post Reply