On Thu, 19 Jan 2023 12:54:55 GMT, Karthik P K <k...@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 <k...@openjdk.org> Committer: Ajit Ghaisas <aghai...@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