imadeit / socialtranslate

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

Add text direction property to originalText block for RTL languages #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a tweet in arabic (ie. 
http://twitter.com/#!/adamakary/statuses/58153148493209600)
2. click on the T to see the original text
3. try to select the text

What is the expected output? What do you see instead?
Chrome has difficulty determining if the text is RtL or LtR (mixed content)

What version of the product are you using? On what operating system?
Social Translate V1.0.4 / Chrome v12.0.733.0

Please provide any additional information below.
* proposed fix: add div.originalText {direction:rtl} depending on input language

Original issue reported on code.google.com by apipou...@gmail.com on 13 Apr 2011 at 1:34