RFR: 8300269: The selected item in an editable JComboBox with titled border is not visible in Aqua LAF [v2]

Damon Nguyen dnguyen at openjdk.org
Mon Jan 23 17:49:45 UTC 2023


On Mon, 23 Jan 2023 06:31:36 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Adding 1 to the height would go back to the previous implementation, but it actually causes the comboBox to look more misaligned by 1 extra pixel. I can re-add the +1 to return to the original method if preferred.
>> 
>> <img width="63" alt="Screen Shot 2023-01-20 at 12 54 47 PM" src="https://user-images.githubusercontent.com/96267980/213807706-81de1e18-8922-43f4-8313-72d8332a20b1.png">
>> 
>> I see the popup issue on my end as well. But this seems to be unrelated to the fix as you mentioned. I can create a separate JBS issue for this if needed.
>
> OK. I guess that's in Monterey, right? I guess it doesn't cause any difference in BigSur where I tested so I asked.
> 
> For popup issue, yes, please raise a JBS..

Yes, this is in Monterey. I'll leave the height as is in this change then since it seems better overall.

I'll raise a new JBS issue for the popupmenu on an editable jcombobox.

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

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



More information about the client-libs-dev mailing list