-
Bug
-
Resolution: Fixed
-
P4
-
9, 11, 16, 17
-
x86
-
os_x_10.15
This issue is seen from JDK 9.0.4, 11.0.12, 16.0.2 & jdk 17.
Step to reproduce
1) Run the attached testcase
2) Observe that Editable JComboBox & Button is seen .
JComboBox text field and arrow button is not aligned correctly. This issue is already capured in https://bugs.openjdk.java.net/browse/JDK-8179076
3) Now click on the button and observed that JComboxBox's textfield is resized but not the arrow button. If you see the same then the bug is reproduced.
Attached the screen shot of the same.
Step to reproduce
1) Run the attached testcase
2) Observe that Editable JComboBox & Button is seen .
JComboBox text field and arrow button is not aligned correctly. This issue is already capured in https://bugs.openjdk.java.net/browse/JDK-8179076
3) Now click on the button and observed that JComboxBox's textfield is resized but not the arrow button. If you see the same then the bug is reproduced.
Attached the screen shot of the same.
- duplicates
-
JDK-8031104 [macosx] Editable combo box the button is not aligned correctly with the combobox field
- Closed
-
JDK-8179076 [macosx] Editable JComboBox misaligned on macOS 10.12 Sierra
- Closed
-
JDK-8054572 [macosx] JComboBox paints the border incorrectly
- Resolved