GNOME Bugzilla – Bug 328053
GtkTreeView's title bar's borders isn't shown properly in RTL applications
Last modified: 2006-08-23 21:40:46 UTC
Please describe the problem: When you have an RTL GtkTreeView, the title bar's border is not shown correctly. Snapshot and sample code in python is attached. Steps to reproduce: 1. Run the attached python code. 2. Comment the widget_set_default_direction line, and run the application again. Actual results: In the normal code (LTR applications) there isn't any problem, but when you set the default direction of your application to RTL (Right To Left) you can see that there is some problems in the borders of title bar. Expected results: I expect that in RTL applications, the borders of the title bar is shown the same as the normal (LTR) application. Does this happen every time? Yes. Other information:
Created attachment 57811 [details] Screen shot of RTL GtkTreeView vs. LTR GtkTreeView
Created attachment 57813 [details] Sample code (Python) One time run the code without changing. Another time comment the widget_set_default_direction line and then run the code.
I see no problems in the default theme; does this also happen with other themes?
It happens only in ClearLooks theme.
Then I guess this is a clearlooks bug ... Reassigning.
Likely to be an engine issue, not a theme issue.
Fixed a lot of RTL issues in clearlooks, including this one.