RFR: 8155030: The Menu Mnemonics are always displayed for GTK LAF [v17]

Alexey Ivanov aivanov at openjdk.org
Mon Jul 8 14:39:37 UTC 2024


On Mon, 8 Jul 2024 09:39:11 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> In GTK LAF, the menu mnemonics are always displayed which is different from the native behavior. In native application **(tested with gedit for normal buttons and tested with libreoffice for menu**), the menu mnemonics toggle on press of `ALT` key. Menu mnemonics are hidden initially and then toggles between show/hide on `ALT` press. 
>> Proposed fix is to handle the `ALT` key press for GTK LAF and mimic the native behavior. Fix is similar to the `ALT` key processing in  Windows LAF. Automated test case is added to verify the fix and tested in Ubuntu and Oracle linux.
>> 
>> CI testing is green and link attached in JBS.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   wild import expand. SynthGraphicsUtils revert back

> /summary Hides mnemonics on menus, buttons, and labels for GTK L&F.
> 
> Moved shared code for hiding mnemonics into `sun/swing/MnemonicHandler` and `AltProcessor` to avoid code duplication.

The second line is too long, is it possible to break the second line as [I initially suggested](https://github.com/openjdk/jdk/pull/18992#issuecomment-2214143609)?

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

PR Comment: https://git.openjdk.org/jdk/pull/18992#issuecomment-2214256600


More information about the client-libs-dev mailing list