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 337381 - GtkHScale is improperly displayed in RTL
GtkHScale is improperly displayed in RTL
Status: RESOLVED FIXED
Product: gtk-engines
Classification: Deprecated
Component: clearlooks
2.7.x
Other All
: Normal normal
: ---
Assigned To: Richard Stellingwerff
gtk-engines maintainers
: 342271 (view as bug list)
Depends on:
Blocks: Persian
 
 
Reported: 2006-04-05 14:28 UTC by Yair Hershkovitz
Modified: 2006-05-19 21:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Screenshot of the problem (45.89 KB, image/jpeg)
2006-04-05 14:30 UTC, Yair Hershkovitz
  Details
Fix draw_scale_trough to be properly aligned in RTL (979 bytes, patch)
2006-04-06 16:32 UTC, Yair Hershkovitz
none Details | Review

Description Yair Hershkovitz 2006-04-05 14:28:40 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:
Comment 1 Yair Hershkovitz 2006-04-05 14:30:08 UTC
Created attachment 62801 [details]
Screenshot of the problem
Comment 2 Behdad Esfahbod 2006-04-05 15:26:28 UTC
Isn't that a theme-engine problem?
Comment 3 Matthias Clasen 2006-04-06 02:43:39 UTC
Yes, theme engine problem.
Comment 4 Yair Hershkovitz 2006-04-06 13:17:04 UTC
This bug does not exists in 2.6 branch, only in HEAD
Comment 5 Yair Hershkovitz 2006-04-06 16:32:20 UTC
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.
Comment 6 Behdad Esfahbod 2006-04-06 18:42:48 UTC
You should wait for a gtk-engines maintainer.
Comment 7 Benjamin Berg 2006-04-10 18:05:09 UTC
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.
Comment 8 Behdad Esfahbod 2006-05-19 00:32:41 UTC
*** Bug 342271 has been marked as a duplicate of this bug. ***