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. The above holds true for test fix in closed. Since this is a product fix w.r.t closed test and NOT a test fix, I have raised an open PR first. If and when this goes through, closed PR will be raised to remove the test and also from problemlist. ------------- PR: https://git.openjdk.java.net/jdk/pull/8237