-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b14
-
generic
-
os_x
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2217229 | 7u4 | Alexandr Scherbatiy | P3 | Closed | Fixed | b06 |
Problems with test closed/javax/swing/JSlider/6348946/bug6348946.java
On Mac os x default size of JFrame less than in other platforms.
In method clickOnSlider mouse click happens on JSliders's thumb.
May be need change line:
robot.mouseMove(frameLefatX + 30, frameBottomY - 15);
to:
robot.mouseMove(frameLefatX + 20, frameBottomY - 15);
or manualy set size of window.
log in attachment.
On Mac os x default size of JFrame less than in other platforms.
In method clickOnSlider mouse click happens on JSliders's thumb.
May be need change line:
robot.mouseMove(frameLefatX + 30, frameBottomY - 15);
to:
robot.mouseMove(frameLefatX + 20, frameBottomY - 15);
or manualy set size of window.
log in attachment.
- backported by
-
JDK-2217229 [macosx] Test incorrect calculate position of object on frame
-
- Closed
-