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 730833 - RTL in the inspector does not change the icons
RTL in the inspector does not change the icons
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Debugging
3.13.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-05-27 15:25 UTC by Debarshi Ray
Modified: 2014-05-31 03:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update GtkImage icons when the direction is changed (1.38 KB, patch)
2014-05-27 18:49 UTC, Debarshi Ray
committed Details | Review
Simple test program (2.29 KB, text/plain)
2014-05-27 18:54 UTC, Debarshi Ray
  Details

Description Debarshi Ray 2014-05-27 15:25:36 UTC
I was playing with the patches in bug 730822 and bug 730825 and I noticed that changing the text direction to RTL does not have the same effect has running with LANG=he_IL.UTF-8.

To reproduce:
 - start the app, turn on the inspector and switch to RTL
 - click on something to preview it, say a PDF
 - while the previous / next buttons have changed position, the icons inside them have not
Comment 1 Debarshi Ray 2014-05-27 16:13:08 UTC
It is probably a case of the icons not being updated when the text direction changes.
Comment 2 Debarshi Ray 2014-05-27 18:49:24 UTC
Created attachment 277335 [details] [review]
Update GtkImage icons when the direction is changed
Comment 3 Debarshi Ray 2014-05-27 18:53:16 UTC
I also see that text inside combo boxes in the inspector UI change their alignment when the direction is changed.
Comment 4 Debarshi Ray 2014-05-27 18:54:27 UTC
Created attachment 277337 [details]
Simple test program
Comment 5 Benjamin Otte (Company) 2014-05-31 03:21:51 UTC
Attachment 277335 [details] pushed as 047d2b5 - Update GtkImage icons when the direction is changed