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 342271 - in RTL mode GtkHScale shows the range (blue bar) in LTR direction
in RTL mode GtkHScale shows the range (blue bar) in LTR direction
Status: RESOLVED DUPLICATE of bug 337381
Product: gtk-engines
Classification: Deprecated
Component: clearlooks
1.9.x
Other All
: Normal normal
: ---
Assigned To: Richard Stellingwerff
gtk-engines maintainers
Depends on:
Blocks: Persian
 
 
Reported: 2006-05-18 16:26 UTC by Hooman "Messi" Mesgary
Modified: 2006-05-19 20:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
sample to see an RTL GtkHScale (637 bytes, text/plain)
2006-05-18 16:27 UTC, Hooman "Messi" Mesgary
Details
screenshot of hscale in rtl mode (7.36 KB, image/png)
2006-05-18 16:28 UTC, Hooman "Messi" Mesgary
Details

Description Hooman "Messi" Mesgary 2006-05-18 16:26:19 UTC
Please describe the problem:
in RTL mode the blue bar of GtkHScale widget which shows the range is working in
LTR direction. while the button of GtkHScale starts from right and goes to left,
the blue bar starts from left and goes to right.

Steps to reproduce:
1. run the (will attach) sample
2. work with HScale (increase and decrease it)
3. compare the dragable button and blue bar actions

Actual results:
the blue bar starts from left, while button (which you can click and drag)
starts from right.

Expected results:
syncronous button and blue bar. both starts from right and increase while going
to left.

Does this happen every time?
Yes

Other information:
I will attach a sample and screenshot of it. you can comment
"gtk.widget_set_default_direction(gtk.TEXT_DIR_RTL)" to see what happens
normally (in LTR mode).
Comment 1 Hooman "Messi" Mesgary 2006-05-18 16:27:15 UTC
Created attachment 65781 [details]
sample to see an RTL GtkHScale
Comment 2 Hooman "Messi" Mesgary 2006-05-18 16:28:02 UTC
Created attachment 65782 [details]
screenshot of hscale in rtl mode
Comment 3 Behdad Esfahbod 2006-05-19 00:32:41 UTC
Already fixed.

*** This bug has been marked as a duplicate of 337381 ***