On Thu, 14 Apr 2022 06:50:10 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> JDK-4517214 was fixed for Metal L&F where JComboBox having TitledBorder used > to have double height compared to normal JComboBox. > The issue is still observed for macos for Aqua L&F where still double height > is seen. > Fix is to prevent adding border insets height to combobox size as was done > for > [MetalComboxUI.getMinimumSize[](url)](https://github.com/openjdk/jdk/blame/master/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalComboBoxUI.java#L384) > The closed test is automated and moved to open. CI testing on all platform is > ok. This pull request has now been integrated. Changeset: 81d7475d Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/81d7475d20133fd7dfb0ad66caee4e929e0291af Stats: 107 lines in 2 files changed: 100 ins; 7 del; 0 mod 7132796: [macosx] closed/javax/swing/JComboBox/4517214/bug4517214.java fails on MacOS Reviewed-by: serb ------------- PR: https://git.openjdk.java.net/jdk/pull/8237