On Tue, 24 Mar 2026 22:13:42 GMT, Jeremy Wood <[email protected]> wrote:
> This fixes a bug in CommonComponentAccessibility.m: we were passing an > AccessibleContext, when we should have been passing in an AccessibleAction. > > This happened to work for most standard JComponents because many > AccessibleContexts also implement AccessibleAction, but if the > AccessibleAction was a separate object then this triggered a > IncompatibleClassChangeError > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 2091488d Author: Jeremy Wood <[email protected]> Committer: Phil Race <[email protected]> URL: https://git.openjdk.org/jdk/commit/2091488d79ee08265fbb612d5d032c293a63ff95 Stats: 153 lines in 2 files changed: 148 ins; 0 del; 5 mod 8380849: VoiceOver Fails to Activate Custom Button Reviewed-by: kizune, prr ------------- PR: https://git.openjdk.org/jdk/pull/30418
