RFR: 8285305: Create an automated test for JDK-4495286 [v3]

Srinivas Mandalika smandalika at openjdk.java.net
Wed May 18 08:20:47 UTC 2022


> Create an automated test for [JDK-4495286](https://bugs.openjdk.java.net/browse/JDK-4495286)
> 
> AccessibleJTable.setAccessibleSelction should select rows/cols when cell selection.
> When cell selection is not enabled, there is no way, using
> accessibility, to select rows or columns. It seems logical that selecting a cell
> using accessibility should have the same effect as clicking on a cell with the
> mouse. That is, if row or column selection is enabled, then selecting a cell
> should instead cause the row or column to be selected.
>  The proposed test verifies that the above behavior is fixed.
> 
> This review is for migrating tests from a closed test suite to open.
> 
> Testing:
> The test ran successfully on Mach5 with multiple runs (40) on windows-x64, linux-x64 and macos-x64.

Srinivas Mandalika has updated the pull request incrementally with one additional commit since the last revision:

  Review comments fixed: moved the file directly under the a11y folder

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8333/files
  - new: https://git.openjdk.java.net/jdk/pull/8333/files/98c96eb4..ba645346

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8333&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8333&range=01-02

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8333.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8333/head:pull/8333

PR: https://git.openjdk.java.net/jdk/pull/8333



More information about the client-libs-dev mailing list