If you add an img to a button, and then try to toggle when it is visible and not, it will not go invisible once it has been made visible.
Steps to reproduce the issue
two images uploaded to assets (pngs), manually set them to 45/45 pixels on each of two buttons. Set two buttons and two labels. Error also occurs if you leave the settings to automatic.
Companion and APK.
Expected Behaviour
Once a button is toggled through an event to be invisible, it is expected to do just that.
Actual Behaviour
The buttons are not disappearing, Well in actuality the logic of the button is disappearing, but it appears that the image is not.
Pasted the wrong blocks. Thank you. Correct blocks above.
WORKAROUND
When you declare a button invisible you have to set the image, text and background colour to nothing as well. When you set it to visible you have to redeclare those three things. Pain in the butt, however it does work.
Boban, what is the “show feedback” please? I do not understand what type of feedbback it is looking for. I will try it for sure, as that might help mitigate this bug. My workaround highlighted another bug issue.
I was going crazy with this. Spent a few hours trying to understand it. Finally I found this topic and it is really a bug.
Thanks @Boban and @cian for the solutions!