-
Bug
-
Resolution: Fixed
-
P3
-
7
The frame is getting located at negative coordinates in the screen instead of the origin ie (0,0). This is reproducible with Solaris 10 CDE Windows Manager on Jdk7b61 build.
The test worked fine on Jdk7b57 build.
Steps to Reproduce:
1. Run the attached testcase (FrameTest.java)
2. Observe the frame is located at negative coordinates.
3. Also when button "Press Me " is clicked the location of the frame is displayed on the console.
Also attached is the screenshot of one of the frame from a different test.
Many of our testcases are failing because of this issue.
The test worked fine on Jdk7b57 build.
Steps to Reproduce:
1. Run the attached testcase (FrameTest.java)
2. Observe the frame is located at negative coordinates.
3. Also when button "Press Me " is clicked the location of the frame is displayed on the console.
Also attached is the screenshot of one of the frame from a different test.
Many of our testcases are failing because of this issue.
- relates to
-
JDK-6678385 Random java.lang.StackOverflowError from various JDKs
- Closed