After copying an element say a textbox I can not change the name of the textbox (will not be saved). Refresh the browser.tab and it works again (unfortunately lost all open tab) Would be could, if open tabs are still there after refresh.
Iāve been seeing a bug in changing bindings, I think is similar. Almost anytime I change a bind, I need to also change another property to make the IDE save. If I donāt, when I close the properties sidesheet and reopen, the bind will be reset.
Sometimes thereās also another bug that prevents from typing in any properties field. This is usually due to an error in some field. I usually reset the state by saving a bind to any field and then removing it. It usually refreshes the state and allows typing again.
Same issue with changing bindings. Refreshing usually fixes the issue too.
Any idea on how to replicate the issue?
Itās inconsistentā¦
Right now I just tried to see if I got the bug and it did, but itās not doing anymore.
I just put a TextBox, clicked in the bind for āplaceholderā, typed self.item[āTestā] and pressed enter. No error. Clicked out of the component and opened the properties panel again and sure enough it didnāt stick. If I wait a few seconds, though, click away and click again, now itās there. So maybe itās just an interface delay?
I wasnāt able to reproduce the copy renaming bug, or the failed to save data bindings. But weāve identified the data bindings bug that causes property editors to become unresponsive, and weāll update you when the fix is deployed.
For now, if you train yourself to hit Enter after editing a data binding, you shouldāt see the issue.
If you find the property editors become unresponsive, then going back into the data binding editor and hitting enter, should kick the IDE into working again. Otherwise refreshing the page will also work.
Edit: should now be fixed