haxeui / haxeui-core

The core library of the HaxeUI framework
http://haxeui.org
MIT License
340 stars 71 forks source link

Double-click selectable textfield should select word under #292

Closed intoxopox closed 5 years ago

intoxopox commented 5 years ago

Double-clicking inside a textfield, textinput, etc. should select any contiguous characters beneath the point clicked. Currently, it does not.

MSGhero commented 5 years ago

Which backend? Like I think this would happen by default in OpenFL.

intoxopox commented 5 years ago

I know better than to have not specified. Sorry. This definitely happens in OpenFL backend. Was going to test other backends maybe tomorrow.

Update: html5 backend works as expected. Will test other backends tomorrow, but looking like I'll need to move this issue to openfl backend.

Update 2: Looks like this is an OpenFL issue (not HaxeUI) for non-flash targets. I'll close this and put an issue on OpenFL. OpenFL issue here: https://github.com/openfl/openfl/issues/2230