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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/30418/files
  - new: https://git.openjdk.org/jdk/pull/30418/files/83a5b4fa..4f64b523

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=30418&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30418&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/30418.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/30418/head:pull/30418

PR: https://git.openjdk.org/jdk/pull/30418

Reply via email to