Bug 322269

Summary: Text in the Messages box If the UI is a RTL language is on the opposite side
Product: [Applications] konversation Reporter: Safa Alfulaij <safa1996alfulaij>
Component: ircviewAssignee: argonel <argonel>
Status: RESOLVED FIXED    
Severity: normal CC: konversation-devel
Priority: NOR    
Version: 1.4   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: UI language: RTL
UI language: LTR

Description Safa Alfulaij 2013-07-12 08:47:33 UTC
When the UI language is English (LTR), everything displayed good, the LTR text is aligin to the left, and the RTL text is aligin to the right.
But when the UI language is Arabic (RTL), the LTR text aligin to the right, and the RTL text align to the left.

Reproducible: Always
Comment 1 Safa Alfulaij 2013-07-12 08:48:25 UTC
Created attachment 81070 [details]
UI language: RTL
Comment 2 Safa Alfulaij 2013-07-12 08:49:06 UTC
Created attachment 81071 [details]
UI language: LTR
Comment 3 Eike Hein 2014-05-16 16:10:44 UTC
Git commit 88b6e51bb57ae6fde2bfdb446f818e9b31e41974 by Eike Hein.
Committed on 16/05/2014 at 16:10.
Pushed by hein into branch 'master'.

Don't reverse line alignment in RTL locales.

M  +0    -3    src/viewer/ircview.cpp

http://commits.kde.org/konversation/88b6e51bb57ae6fde2bfdb446f818e9b31e41974
Comment 4 Safa Alfulaij 2014-05-17 04:40:47 UTC
Thanks a lot, this edit solved the problem :)