GNOME Bugzilla – Bug 127581
The the initial position of the rtl-oriented GtkTreeView is wrong
Last modified: 2011-02-04 16:16:03 UTC
The initial position of rtl-oriented GtkTreeView should be right side. However, the initial position is left side. [Steps to Reproduce] 1.Run test/gtktreeview in the bidi locale (e.g. he_IL). 2.Resize top shell of this application till horizontal scroll bar appears. At this time, Column 0 is hidden. <-- Problem! 3.Perform some scrolling, then increase and decrease the width of the shell. Every time, Column 0 is hidden. <-- Problem! [Actual Results] Left side of the GtkTreeView appears in the narrowed scrolled window. Increasing and decreasing of scrolled window increase and decrease visible part of the GtkTreeView from the right. [Expected Results] Right side of the GtkTreeView should appear in the narrowed scrolled window. Increasing and decreasing of scrolled window should increase and decrease visible part of the GtkTreeView from the left.
We created a patch for this problem. Could you please check this patch? This patch is for the source in CVS on 2003/Nov/19. http://www-124.ibm.com/developerworks/oss/linux/patches/?patch_id=1189 Thank you,
Created attachment 21876 [details] [review] Proposed patch (Based on CVS 2003/Nov/19)
The attached patch is the same as the patch at the above-mentioned URL. Thanks.
No API involved, AFAICS.