David Hamiter
David Hamiter
lime [7.8.0] openfl [9.0.2] Originally referenced here: https://community.openfl.org/t/html5-bug-touchevents-wrong-coordinates-if-canvas-inside-transfomed-div/12720 If canvas is inside a div with style “transform: scale(0.5)”, all TouchEvents have coordinates 2x more than real positions. MouseEvents works correct,...
Setting TextField's diabled to true doesn't prevent cursor interaction or editing of text. ## Expected Behavior var txt:TextField = cast addComponent(new TextField()); txt.diabled = true; // Shouldn't be able to...
After a font-size change, Label component doesn't immediately update. Instead it seems to require at _least_ an extra frame. Example code: ```xml ``` ```haxe package ; import haxe.Timer; import haxe.ui.HaxeUIApp;...
Somehow, drawing the sprite with a an inner glow to a bitmap is turning off the inner flag in the resulting bitmap. This is using lime dev and openfl dev....