Results 53 issues of Ian Harrigan

Dragging your finger along a ListView makes it act as a mouse over... this looks and feels wrong, remove mouse overs for mobile targets.

bug
enhancement

Hi! This commit here seems to break clip rects for me on FlxGroups: https://github.com/HaxeFlixel/flixel/commit/d2f6fc007cdde61cdf18a0c5581e23165493e972 Before the commit: ![image](https://user-images.githubusercontent.com/3024242/188849969-0da4f14f-8b3f-4d0c-afd2-2c0ed3694ec8.png) After: ![image](https://user-images.githubusercontent.com/3024242/188850244-4e92fb11-461c-499d-b125-dc423710ecdf.png) Unfortunately i dont really know enough about what its doing...

It would be nice to allow `haxeui-kha` (and possibly all other backends) to _inject_ code to handle event mapping. This would be advantageous as it allows, for example, for a...

There seems to be some oddities and inconsistences with textfields, i realise textfields are being actively worked on but, unless im mistaken, these issues are new (i think i probably...

😰 Type: Bug
🗃️ Status: Review Needed

Im not sure if this is an openfl issue, or an haxe issue (or possibly both?), but the following minimal repro fails to run when using es6 generation and -final:...

😰 Type: Bug
🗃️ Status: Review Needed

Is there a way, using this lib, to have js type chaining of promises, for example (in js, well haxe -> js): ```haxe js_task1(3).then(n -> { trace("js done 1:", n);...

Currently, when generating project names the resulting .hxproj ends up as something like `MyProject-html5.hxproj`, it would be nice if this could be overridden and allow a custom project name, for...

Currently, there is no image preview (when you select and asset from the tree), this is because there is no way to get the contents of an asset from the...

could feasibly be implemented client side with a delete and add, but rename directly on the server feels neater