After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 328053 - GtkTreeView's title bar's borders isn't shown properly in RTL applications
GtkTreeView's title bar's borders isn't shown properly in RTL applications
Status: RESOLVED FIXED
Product: gtk-engines
Classification: Deprecated
Component: clearlooks
2.7.x
Other All
: Normal normal
: ---
Assigned To: Richard Stellingwerff
gtk-engines maintainers
Depends on:
Blocks: Persian
 
 
Reported: 2006-01-21 18:34 UTC by Hooman "Messi" Mesgary
Modified: 2006-08-23 21:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Screen shot of RTL GtkTreeView vs. LTR GtkTreeView (13.66 KB, image/png)
2006-01-21 18:52 UTC, Hooman "Messi" Mesgary
Details
Sample code (Python) (1.08 KB, text/plain)
2006-01-21 18:56 UTC, Hooman "Messi" Mesgary
Details

Description Hooman "Messi" Mesgary 2006-01-21 18:34:06 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:
Comment 1 Hooman "Messi" Mesgary 2006-01-21 18:52:14 UTC
Created attachment 57811 [details]
Screen shot of RTL GtkTreeView vs. LTR GtkTreeView
Comment 2 Hooman "Messi" Mesgary 2006-01-21 18:56:28 UTC
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.
Comment 3 Kristian Rietveld 2006-01-22 15:04:16 UTC
I see no problems in the default theme; does this also happen with other themes?
Comment 4 Hooman "Messi" Mesgary 2006-01-23 13:04:42 UTC
It happens only in ClearLooks theme.
Comment 5 Kristian Rietveld 2006-01-23 16:10:50 UTC
Then I guess this is a clearlooks bug ... Reassigning.
Comment 6 Thomas Wood 2006-01-29 14:16:23 UTC
Likely to be an engine issue, not a theme issue.
Comment 7 Benjamin Berg 2006-08-23 21:40:46 UTC
Fixed a lot of RTL issues in clearlooks, including this one.