JDK-6607567 : Nimbus L&F : Arrow button is moved towards right in when JComboBox is RTL orientation
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u5
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2007-09-21
  • Updated: 2011-02-16
  • Resolved: 2008-01-30
Related Reports
Duplicate :  
Relates :  
Description
The arrow button is shifted 1 to two pixel left when the Jcombobox is in right to left orientation. I have attached the screen shot of the same. This is seen in PIT builds only. 

Step to reproduce
-------------------
1) Run the attached testcase.
2) Observe that non editable Jcombobox arrow button is shifted 1 to 2 pixel towards the left side. If you see the same then the bug is reproduced.

I have noticed another issue also. 
----------------------------------
3) Select any item from the non-editable Jcombobox & observe that selected item goes outside the combobox. If you see the  same then the bug is reproduced.

I have also noticed another issue
---------------------------------
4) Observe that impression of the button is still on the right of the non -editable comobobox. only arrow have move to left side.