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 127578 - The drop-down list position in rtl-oriented GtkCombo is wrong
The drop-down list position in rtl-oriented GtkCombo is wrong
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 76219
 
 
Reported: 2003-11-21 02:49 UTC by chinen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (based on 2003/Nov/19) (645 bytes, patch)
2003-11-28 05:45 UTC, chinen
none Details | Review

Description chinen 2003-11-21 02:49:59 UTC
The origin of corresponding widget should be on the same x position
as combo's button. But it isn't.

[Steps to Reproduce]
1. Run testgtk program in ./tests on a BiDi locale (e.g. he_IL)
2. Press `entry' button.
3. Click on combo's button to display drop-down list.
   The position of drop-down list isn't on the same x position
   as combo's button. <-- Problem

[Actual Results]
Origin of corresponding widget is in the same x positions as combo's
entry field.

[Expected Results]
Origin of corresponding widget should be on the same x position as
combo's button.
Comment 1 chinen 2003-11-21 02:51:51 UTC
We prepared a patch for this issue.
It was created based on CVS 2003/Nov/19.

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

Could you please look at it?
Thank you,
Comment 2 chinen 2003-11-28 05:45:09 UTC
Created attachment 21881 [details] [review]
Proposed patch (based on 2003/Nov/19)
Comment 3 chinen 2003-11-28 05:46:36 UTC
I'd like to attach the patch here.
The attached patch is the same as the patch at the above-mentioned URL.