On Wed, 16 Mar 2022 08:21:26 GMT, Srinivas Mandalika <smandal...@openjdk.org> wrote:
>> Create a test or >> [JDK-4715503](https://bugs.openjdk.java.net/browse/JDK-4715503) >> >> The getAccessibleContext method for JTable column header cells returns an >> AccessibleContext which cannot get the Bounding Rectangle for table header >> cells. The Bug causes problems with screen reader review mode. >> >> The test added verifies that the are not exceptions and Bounding rectangles >> are returned for the Accessible Table Header Cells. >> >> This review is for migrating tests from a closed test suite to open. > > Srinivas Mandalika has updated the pull request incrementally with one > additional commit since the last revision: > > Review comments fixed: null check added for Bounding Rectangles Returned. Marked as reviewed by serb (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7807