-
Bug
-
Resolution: Fixed
-
P2
-
1.1.7
-
b01
-
sparc
-
solaris_2.5.1
The test case is an applet that brings up two popup windows. Focus
alternates between the two windows in a tight loop, effectively grabbing
and holding the focus completely. On Solaris it's not possible to get
the focus back, into any other running application.
On win32, the same test case leads to a crash, after printing out a stack
trace repeating
java.lang.UnsatisfiedLinkError: dispose
java.lang.UnsatisfiedLinkError: handleEvent
This happens to be the test case for 4133279.
This bug shows up in 1.1.7A,B,C and D, but not in 1.1.6.
marianne.mueller@Eng 1998-07-14
alternates between the two windows in a tight loop, effectively grabbing
and holding the focus completely. On Solaris it's not possible to get
the focus back, into any other running application.
On win32, the same test case leads to a crash, after printing out a stack
trace repeating
java.lang.UnsatisfiedLinkError: dispose
java.lang.UnsatisfiedLinkError: handleEvent
This happens to be the test case for 4133279.
This bug shows up in 1.1.7A,B,C and D, but not in 1.1.6.
marianne.mueller@Eng 1998-07-14
- relates to
-
JDK-4133279 regression: application crashes if you click on a menu in an inactive frame
- Closed