-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b55
-
x86
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8019032 | 7u45 | Frank Ding | P4 | Closed | Fixed | b01 |
JDK-8002059 | 7u40 | Unassigned | P4 | Closed | Fixed | b02 |
FULL PRODUCT VERSION :
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Linux 3.2.0-23-generic Ubuntu x86_64
Windows 6.1.7601
A DESCRIPTION OF THE PROBLEM :
When using accessiblity inner classes of JTable such as JTable$AccessibleJTable$AccessibleJTableCell or Table$AccessibleJTable$AccessibleJTableHeaderCell that implement AccessibleComponent, getLocationOnScreen interface throws IllegalComponentStateException instead of null when the corresponding JTable is not visible. This behavior conflicts with AccessibleComponent.getLocationOnScreen javadoc
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Linux 3.2.0-23-generic Ubuntu x86_64
Windows 6.1.7601
A DESCRIPTION OF THE PROBLEM :
When using accessiblity inner classes of JTable such as JTable$AccessibleJTable$AccessibleJTableCell or Table$AccessibleJTable$AccessibleJTableHeaderCell that implement AccessibleComponent, getLocationOnScreen interface throws IllegalComponentStateException instead of null when the corresponding JTable is not visible. This behavior conflicts with AccessibleComponent.getLocationOnScreen javadoc
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-8002059 JTable's AccessibleJTable throws IllegalComponentStateException instead of null
-
- Closed
-
-
JDK-8019032 JTable's AccessibleJTable throws IllegalComponentStateException instead of null
-
- Closed
-