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 127585 - GtkAlignment doesn't support rtl-orientation in GtkAlignment
GtkAlignment doesn't support rtl-orientation in GtkAlignment
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks: 76219
 
 
Reported: 2003-11-21 04:43 UTC by chinen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch based on CVS 2003/Nov/19 (1.28 KB, patch)
2003-11-28 02:04 UTC, chinen
none Details | Review

Description chinen 2003-11-21 04:43:29 UTC
The a reference point of rtl-oriented GtkAlignment should be the end
of right. However, it is the end of left.

[Steps to Reproduce]
1.Run test/gtktreeview in the bidi locale (e.g. he_IL).
2.Check positions of labels inside of column's buttons.
  They come up to the left side. <-- Problem!

[Actual Results]
In spite of rtl orientation of all widgets, labels in the table's
header (they are GtkLabels inside of GtkAlignments with initial
xalign=0.0) are displayed on the left side of each column's button. 

[Expected Results]
Labels should be right aligned with this value of GtkAlignment's xalign.
Comment 1 chinen 2003-11-21 04:45:22 UTC
We created patch for this issue.
It was created from the source in CVS on 2003/Nov/19.

http://www-124.ibm.com/developerworks/oss/linux/patches/?patch_id=1205

I would appreciate it if you could look at it.
Comment 2 chinen 2003-11-28 02:04:05 UTC
Created attachment 21872 [details] [review]
Proposed patch based on CVS 2003/Nov/19
Comment 3 chinen 2003-11-28 02:05:57 UTC
I attached a patch.
It is the same one as the patch on the above-mentioned URL.

Thanks,