haxeui / haxeui-heaps

MIT License
31 stars 12 forks source link

Event conversion #7

Open hoseyjoe opened 4 years ago

hoseyjoe commented 4 years ago

HaxeUITest.zip Click on the empty input to right of "Arca Name2 and more:"


Can't cast haxe.ui.events.FocusEvent to haxe.ui.events.MouseEvent

Called from haxe.ui.core.ItemRenderer.~set_allowHover.3 (C:\SDKs\Haxe\haxe\std/hl/_std/Date.hx line 0)
Called from haxe.ui.util.EventMap.invoke (haxe/ui/util/EventMap.hx line 76)
Called from haxe.ui.core.ComponentEvents.dispatch (haxe/ui/core/ComponentEvents.hx line 97)
Called from haxe.ui.core.InteractiveComponent.set_focus (haxe/ui/core/InteractiveComponent.hx line 49)
Called from haxe.ui.components._TextArea.Events.onMouseDown (haxe/ui/components/TextArea.hx line 356)
Called from haxe.ui.core.ItemRenderer.~set_allowHover.3 (C:\SDKs\Haxe\haxe\std/hl/_std/Date.hx line 0)
Called from haxe.ui.util.EventMap.invoke (haxe/ui/util/EventMap.hx line 76)
Called from haxe.ui.core.ComponentEvents.dispatch (haxe/ui/core/ComponentEvents.hx line 97)
Called from haxe.ui.core.ComponentEvents._onMappedEvent (haxe/ui/core/ComponentEvents.hx line 114)
Called from haxe.ui.backend.ComponentImpl.__onMouseEvent (haxe/ui/backend/ComponentImpl.hx line 228)
Called from haxe.ui.backend.ComponentImpl.~mapEvent.0 (haxe/ui/backend/ComponentImpl.hx line 199)```