Other projects
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:
I hope this helps in solving the problem. Ayman |
|


did any body have solution?