haxeui / haxeui-html5

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

haxe 3.4.7 compilation #35

Open Shallowmallow opened 3 years ago

Shallowmallow commented 3 years ago

If you try to build the default httml5 project

haxe html5.hxml

/home/pi/Sten/plaf/haxe/lib/haxeui-html5/1,2,0/haxe/ui/backend/ComponentImpl.hx:517: characters 12-39 : js.html.CSSStyleDeclaration has no field pointerEvents

https://github.com/haxeui/haxeui-html5/blob/4b49b9a6cc7b14ed75c2bd1255be4ab2184d64a0/haxe/ui/backend/ComponentImpl.hx#L517

Possible Solution

I commented the line and it worked So just compile the line only on haxe > 4

ianharrigan commented 3 years ago

this should be fixed now btw, i fixed it as part of updating the GH actions