Integrated: 8237505: RadioMenuItem in ToggleGroup: deselected on accelerator
Karthik P K
kpk at openjdk.org
Wed Jan 25 12:01:25 UTC 2023
On Thu, 19 Jan 2023 12:54:55 GMT, Karthik P K <kpk at openjdk.org> wrote:
> No check was present in `RadioMenuItem` accelerator to see if it is in a `ToggleGroup` or not.
>
> Made changes to check if `RadioMenuItem` is part of `ToggleGroup` or not. If it is part of a `ToggleGroup`, then it can not be cleared using accelerator.
>
> Added test to validate the change.
This pull request has now been integrated.
Changeset: e234c89a
Author: Karthik P K <kpk at openjdk.org>
Committer: Ajit Ghaisas <aghaisas at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/e234c89a253ece4962803a05d6ef77f0a7a80a82
Stats: 37 lines in 2 files changed: 35 ins; 0 del; 2 mod
8237505: RadioMenuItem in ToggleGroup: deselected on accelerator
Reviewed-by: angorya, aghaisas
-------------
PR: https://git.openjdk.org/jfx/pull/1002
More information about the openjfx-dev
mailing list