On Mon, 13 Mar 2023 22:07:25 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Remove debug image
>
> src/java.desktop/macosx/classes/com/apple/laf/AquaComboBoxPopup.java line 193:
> 
>> 191:             popupBoundsY += inset.top + inset.bottom;
>> 192:         }
>> 193: 
> 
> Did we check where the popup appears for the native components?

It does pop up on native components now that it's checked. I just tried 
applying the same fix for non-editable comboBoxes but the position doesn't 
change. Seems to be something overriding the position for non-editable 
comboBoxes. Looking into this

-------------

PR: https://git.openjdk.org/jdk/pull/12750

Reply via email to