-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b38
-
x86
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018897 | 7u45 | Jonathan Lu | P4 | Closed | Fixed | b01 |
JDK-2227700 | 7u40 | Sean Coffey | P4 | Closed | Fixed | b03 |
FULL PRODUCT VERSION :
ADDITIONAL OS VERSION INFORMATION :
Ubuntu 11.10
A DESCRIPTION OF THE PROBLEM :
If calling child component's hide() method, the child component does disappear as setVisible(false) did, once parent container got fully repainted, the child will really hide. So need to add addtional code to java.awt.Component.hide() to repaint special areas of parent container.
Although java.awt.Component.hide() was declared as deprecated, still some legacy applications from customer side need this uses this funtions, so it would be valuable if the problem can be fixed.
REPRODUCIBILITY :
This bug can be reproduced always.
ADDITIONAL OS VERSION INFORMATION :
Ubuntu 11.10
A DESCRIPTION OF THE PROBLEM :
If calling child component's hide() method, the child component does disappear as setVisible(false) did, once parent container got fully repainted, the child will really hide. So need to add addtional code to java.awt.Component.hide() to repaint special areas of parent container.
Although java.awt.Component.hide() was declared as deprecated, still some legacy applications from customer side need this uses this funtions, so it would be valuable if the problem can be fixed.
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-2227700 java.awt.Component.hide() does not repaint parent component
-
- Closed
-
-
JDK-8018897 java.awt.Component.hide() does not repaint parent component
-
- Closed
-
- relates to
-
JDK-7190978 javax/swing/JComponent/7154030/bug7154030.java fails on mac
-
- Resolved
-
-
JDK-7168144 No appropriate CCC request for changes introduced by 7154030
-
- Closed
-
-
CODETOOLS-7168644 Sigtest can print extra errors
-
- Closed
-