GNOME Bugzilla – Bug 337381
GtkHScale is improperly displayed in RTL
Last modified: 2006-05-19 21:20:20 UTC
Please describe the problem: When in RTL, the handle is right aligned (as it should be) but the fill line is left aligned (should be also right aligned) Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 62801 [details] Screenshot of the problem
Isn't that a theme-engine problem?
Yes, theme engine problem.
This bug does not exists in 2.6 branch, only in HEAD
Created attachment 62868 [details] [review] Fix draw_scale_trough to be properly aligned in RTL This patch fixes the problem, i would gladly commit it myself, if there is no problem with that.
You should wait for a gtk-engines maintainer.
Thanks for the report. I commited the patch together with some other fixes. 2006-04-10 Benjamin Berg <benjamin@sipsolutions.net> * engines/clearlooks/src/clearlooks_style.c: (draw_box): - Fix orientation of the fill line for RTL locales (#337381, yairhr@yahoo.com) - Prevent the fill line from overshooting the slider.
*** Bug 342271 has been marked as a duplicate of this bug. ***