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 92211 - Arrows should be swapped in RTL mode
Arrows should be swapped in RTL mode
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: [obsolete] stock-icons
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-08-31 23:09 UTC by Kenneth Rohde Christiansen
Modified: 2011-02-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kenneth Rohde Christiansen 2002-08-31 23:09:38 UTC
When you have buttons like [ <- back ] [ forward -> ] and you run in RTL
mode you get [forward -> ] [ <- Back] which is wrong. Owen says that there
is code for making the arrows reverse in RTL mode but it probably isnt
hooked up
Comment 1 Owen Taylor 2002-10-09 21:39:07 UTC
Fixed (head only)

Wed Oct  9 17:06:21 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkiconfactory.c (add_size_and_dir_with_fallback):
        Add GO_FORWARD and GO_BACK with both left and right
        arrows depending on the direction. (#92211,
        Kenneth Christiansen)

        * tests/testgtk.c (create_flipping): Add forward/back button
        pairs in default, RTL, LTR configurations.