GNOME Bugzilla – Bug 127578
The drop-down list position in rtl-oriented GtkCombo is wrong
Last modified: 2004-12-22 21:47:04 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.
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,
Created attachment 21881 [details] [review] Proposed patch (based on 2003/Nov/19)
I'd like to attach the patch here. The attached patch is the same as the patch at the above-mentioned URL.