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 632775 - Back / Forward button's icons don't respect RTL settings
Back / Forward button's icons don't respect RTL settings
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-21 08:59 UTC by Yaron Shahrabani
Modified: 2013-09-29 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The Firefox Toolbar for example (37.71 KB, image/png)
2010-10-21 13:02 UTC, Yaron Shahrabani
Details

Description Yaron Shahrabani 2010-10-21 08:59:02 UTC
http://img5.imagebanana.com/img/roq34e4r/lib_001.png

Amiad posted a picture demonstrating the problem
The Back / Forward buttons are facing each other instead of the opposite direction
The most clever fix for that would be exchanging them.

Amiad also claims that the problem exist in other GNOME products (could be due to usage of stock buttons).

Kind regards,
Yaron Shahrabani.
Comment 1 Yaron Shahrabani 2010-10-21 13:02:53 UTC
Created attachment 172935 [details]
The Firefox Toolbar for example

The fixed Firefox toolbar.
Comment 2 Cosimo Cecchi 2010-12-18 17:56:29 UTC
-> gtk+

Nautilus uses GTK stock items for back/forward, so this seems a GTK+ bug in handling RTL environments for such stock actions.
Comment 3 Karl Tomlinson 2011-02-07 10:51:12 UTC
This would be a regression from bug 626474, also affecting GTK 2.22.x.

See also bug 629878 comment 19 et al.
Comment 5 Haggai Eran 2011-11-23 20:48:31 UTC
Hi,

I believe this bug still exists in gtk+ 3.2.0. In Ubuntu 11.10, nautilus still shows the back and forward buttons in reverse when using a Hebrew locale.
Comment 6 Amiad 2012-09-19 09:30:53 UTC
The bug happen in gtk+ 3 again.
screenshot: http://i.imgur.com/p26l9.png

bug in totem:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1048273
Comment 7 Claudio Saavedra 2012-09-19 09:42:19 UTC
I can reproduce this with ephy with ar_SA using master, reopening.
Comment 8 Yosef Or Boczko 2013-09-29 11:05:07 UTC
I fixed this manually in each application in GNOME,
by RTL variations of the icons (from gnome-icon-theme-symbolic).

Just need to add a document about this,
in gtk_image_new_from_icon_name() and
in gtk_button_new_from_icon_name() and
in the set functions of the properties image-button.

Now is already fixed, closed.