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 127584 - The page tags of GtkNotebook don't support rtl-orientation
The page tags of GtkNotebook don't support rtl-orientation
Status: RESOLVED DUPLICATE of bug 96630
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-11-21 04:19 UTC by chinen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description chinen 2003-11-21 04:19:44 UTC
Even if the environment is on a bidi locale,
the page tages of GtkNotebook always line from left to right.

[Steps to Reproduce]
1. Run testgtk program in the bidi locale (e.g. he_IL).
2. Choose "notebook" item.
3. Check the page tags. They line from left to right.  <-- Problem

[Actual Results]
RTL GtkNotebook has the same look and behaviour, as LTR: tabs, which
are packed with GTK_PACK_START packing type, are placed from the left
side, and those, which are packed with GTK_PACK_END packing type,
are from the right; when Home (or End) keys are used to move focus to
the first (or last) page, focus is moved to the leftmost (or to the
rightmost) page of the notebook, etc. 

Expected Results:
GtkNotebook should have RTL specific look and behaviour.
Comment 1 chinen 2003-11-21 04:21:51 UTC
We created patch for this issue.
The patch is created from the source in the CVS on 2003/Nov/19.

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

Could you please look at our patch?
Comment 2 Matthias Clasen 2003-11-21 07:52:05 UTC

*** This bug has been marked as a duplicate of 96630 ***