haxeui-core
haxeui-core copied to clipboard
bidi problem
when i type "اسمي yzn كيف الحال"(github is bad at bidi to lol) in a text area it is displayed wrong
haxeui:
gtk text area:
Expected Behavior
the text should be like this
godot 4 has good implementation
Current Behavior
displaying the Arabic word correctly but treats the sentence as a LTR sentence
Possible Solution
Steps to Reproduce (for bugs)
- make a textarea
- type "اسمي yzn كيف الحال"
Media
Test app / minimal test case
Context
Your Environment
- Version used:
- Environment name and version (e.g. Chrome 39, node.js 5.4):
- Operating System and version (desktop or mobile):
- Link to your project:
Hi,
which backend is this?
Cheers, Ian
Also, when you get a moment, can you run this: https://try.haxe.org/#a91BcFe5
and let me know what the results are, for example i get: direction: ltr, writing mode: horizontal-tb
Also, what about the rest of haxeui? Ie, not just the textinputs... what about, for example, thats items in a listview?