amirHHP / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Right-to-left text incorrectly displayed #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Place a label
2. Enter text in a right-to-left language
3. Move the focus off of the label

What is the expected output? What do you see instead?
While the focus is still on the label, the typed version is as follows
(pipe represents the cursor):
|A
|BA
|CBA
|DCBA
which is correct. Once the focus leavs the control, the order of the
characters is reversed:
ABCD
On the properties page, the text is shown correctly:
DCBA

What version of the product are you using? On what operating system?
Version 1.1 build 1, on Windows XP
Using the add-on under Firefox, not the standalone

Original issue reported on code.google.com by shiv...@nana10.co.il on 16 Feb 2010 at 10:22

Attachments:

GoogleCodeExporter commented 9 years ago
It seems that this issue hasn't been addressed for a long time, I am still 
facing this in 1.2.

This is such a great project and I would love to see it used by more people of 
different languages :)

Original comment by smm.alma...@gmail.com on 6 Jan 2011 at 4:53