On Wed, 25 Mar 2026 22:12:40 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). > > Jeremy Wood has updated the pull request incrementally with one additional > commit since the last revision: > > Update > test/jdk/javax/accessibility/8380849/AccessibleActionAsSeparateClassTest.java > > Co-authored-by: Andrey Turbanov <[email protected]> Marked as reviewed by prr (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/30418#pullrequestreview-4150407249
