Html5 CanvasTextfield Bug?

hello~

I found html5 target, if autoSize to set the Textfield is TextFieldAutoSize.CENTER
that cursor position is incorrect and I found autoSize invalid.

Does it display improperly (standard text) or the issue is when it is an input textfield that is centered?

Auto size does not works correctly for canvas html5. I made some fixes long time ago (you can find that pull request in openfl github repo), but I don’t sure you can merge it now easy.

Yes!
When it is an input textfield that is centered , cursor positon is incorrect.

Thanks, singmajesty and T1mL3arn.