JDK-6561742 : GTK LAF: Selected item in editable combobox is not aligning to right in RTL orientation.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u2
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2007-05-24
  • Updated: 2011-04-28
Related Reports
Relates :  
Description
Bug Info:
=========
In RTL orientation the selected item in editable combobox is not aligning to right but it's working fine for non editable combobox.

JDK info:
=========
java version "1.6.0_02-ea"
Java(TM) SE Runtime Environment (build 1.6.0_02-ea-b02)
Java HotSpot(TM) Client VM (build 1.6.0_02-ea-b02, mixed mode, sharing)

GTK VERSION: 2.0 and above

Steps to Reproduce:
===================
Download attached java file and run with above mentioned java version.

Please find the java and attached image file reference.

Comments
EVALUATION There is a more general problem of the handling of RTL in JComboBox and its popup. See for example 4230443. I think this general problem needs to be fixed, including GTK L&F.
04-06-2007