RFR: 8371508: [macos] In Aqua LaF menu items layout is incorrect in RTL orientation [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Nov 12 10:24:04 UTC 2025


On Sat, 8 Nov 2025 23:26:19 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> The problem is that we do not correct the icon and text re-alignment that happens when we call SwingUtilities.layoutCompoundLabel
>> 
>> Here's the comparison of the alignment before and after the fix
>> Before:
>> <img width="708" height="788" alt="before_fix" src="https://github.com/user-attachments/assets/9bcd3fb1-5186-45ea-98d9-d2bc534ca51e" />
>> After:
>> <img width="708" height="788" alt="after_fix" src="https://github.com/user-attachments/assets/ec6dfdf5-a515-4ef6-b70d-cc4019e00826" />
>
> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use correct bug id in the test.

Also I couldn't find in native that it supports BOTH check mark and icon together..seems like it's either-or concept..
but in java AquaL&F we are supporting both icon and checkmark together for a menu item as can be seen above...Not sure if it will be a bug..

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

PR Comment: https://git.openjdk.org/jdk/pull/28210#issuecomment-3521181338


More information about the client-libs-dev mailing list