Kuix project tracker

#14 TextArea implmentation not correct for Right-To-Left languages

2009-01-02 23:29  |   Trivial 
Submit by ayman

State: Opened
Priority: Trivial
Type: Bug
Milestone: -
Release: Kuix 1.0.1
Body:

After inspecting the code, I found a method called splitWords (TexArea.java:296), this method basically takes the text in the textarea and tokenizes it and then adds it as Text children to the textarea. The children are added left to right, but the text is read right to left.

For example:

Arabic Text: xyz abc (this is read as abc then xyz)

Kuix deals with this as: display xyz then display abc.

I hope this helps in solving the problem.

Ayman

Comments

ali32b 2009-01-02 23:29

did any body have solution?