Hi again team, I’m pretty sure I’ve hit another bug.
Create a web app with a button and a label.
Put the following in an action event:
label.text = “test”
label.left = 100
The text will change, but the label will not move.
Comment out the text change and it will move.
Should I file a bug?