SimpleButton woes

Can’t get them to work properly in html5 target. SimpleButton instances don’t change their visual state as expected on rollover or when pressed (even though click events are being fired). Anyone having similar issues?

Yes, me. Not visible SimpleButtons (when created with one Bitmap var), wrong visual state, not working on BB. I not even bothered to report this, just give up with HTML5 :]

Hey guys, I think MOUSE_OVER and MOUSE_OUT need to be implemented, and this is the cause. They have not been enabled, because the old version (I felt) was hurting the performance much too much. There is a pull request for an implementation that I still need to test