31.05.2012 16:49, Sergey Bylokhov wrote:
Hi, Denis.
I guess that copyright header should be added.
And probably it should be fixed in 8 first?
31.05.2012 14:59, Denis S. Fokin wrote:
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.
--
Best regards, Sergey.