-
Bug
-
Resolution: Fixed
-
P3
-
6u12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174986 | 7 | Anthony Petrov | P3 | Closed | Fixed | b55 |
The CR 6749517 introduced an API to control the position of the AWT security warning. The com.sun.awt.SecurityWarning.getSize() method is supposed to return the current size of the warning for a given window. It's been noticed that the variables that hold the size of the warning get only updated on MS Windows platform. The X11 implementation of the enhanced security warning does not update the values which results in returning zero size all the time.
- backported by
-
JDK-2174986 com.sun.awt.SecurityWarning.getSize() always reports (0, 0) on X11
- Closed