RFR: 8274854: Mnemonics for menu containing numeric text not working [v3]
Kevin Rushforth
kcr at openjdk.java.net
Sat Oct 30 20:40:22 UTC 2021
On Fri, 29 Oct 2021 22:18:58 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> This PR does not add any additional feature. It restores the behavior of jfx16, where any character is acceptable as a mnemonic, and the first mnemonic is selected.
>
> Okay, the wording of the JBS ticket suggested something else, but I see it is just a regression fix.
Yes, exactly. There were two bugs introduced with the previous fix: First, digits or other symbols are no longer recognized as mnemonics. Second, the last `_` is used rather than the first. It looks like this fixes both problems.
-------------
PR: https://git.openjdk.java.net/jfx/pull/647
More information about the openjfx-dev
mailing list