haxeui / haxeui-openfl

The OpenFL backend of the HaxeUI framework -
http://haxeui.org
MIT License
42 stars 14 forks source link

RollOver RollOut #58

Open hoseyjoe opened 2 years ago

hoseyjoe commented 2 years ago

The blackarea is a hbox. It is the rollover/rollout target. It is intended to show the buttons when you rollover it. The buttons are a child of the black.

When you go between buttons they fadeout/fadein. Since the buttons are a child of the the black I expect the mouseover/mouseout events to not fire since they are part of the black component?

rollover
Project:
RollOverTest.zip

ianharrigan commented 2 years ago

hmmm, yeah, i see what you mean - when you mouse over the buttons rollMe receives a mouse out...

ianharrigan commented 2 years ago

This only happens on html5 right?

ianharrigan commented 2 years ago

OK, that should be working now (for html5 at least - i think thats the only place it happens, right?)

mouseover

Can you close if thats working for you (and if its indeed just html5)

hoseyjoe commented 2 years ago

Yes it was html5. However I have since tested other targets and Openfl-windows seems to have issue. I did not test other openfl targets. Raylib, hl worked.

openfl test application.xml windows will have the issue