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
>
> 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]>

@azuev-java @prsadhuk please review

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30418#issuecomment-4144815756

Reply via email to