[7u6] Review request for 7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel (original) (raw)
Denis S. Fokin denis.fokin at oracle.com
Thu May 31 03:59:10 PDT 2012
- Previous message: hg: jdk8/awt/jdk: 7171806: Missing test for bug ID 6800513 fix
- Next message: [7u6] Review request for 7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
could you take a look at the next fix. I have moved the test from the closed repository and changed
Util.blockTillDisplayed(spinner2);
to
((sun.awt.SunToolkit)Toolkit.getDefaultToolkit()).realSync();
because getLocationOnScreen does not guarantee that we will get the last value for component location and blockTillDisplayed uses getLocationOnScreen method.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7112115 Webrev: http://cr.openjdk.java.net/~denis/7112115/webrev.01/
Thank you, Denis.
- Previous message: hg: jdk8/awt/jdk: 7171806: Missing test for bug ID 6800513 fix
- Next message: [7u6] Review request for 7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]