<AWT Dev> <AWT dev>[9] Review request for JDK-8158380: Regression: java/awt/List/ActionEventTest/ActionEventTest.java

Manajit Halder manajit.halder at oracle.com
Mon Oct 10 11:41:40 UTC 2016


Hi Sergey,

Thank you for the review. Please review the modified webrev.
http://cr.openjdk.java.net/~mhalder/8158380/webrev.01/ <http://cr.openjdk.java.net/~mhalder/8158380/webrev.01/>

Thanks,
Manajit

> On 07-Oct-2016, at 7:41 pm, Sergey Bylokhov <Sergey.Bylokhov at oracle.com> wrote:
> 
> Hi, Manajit.
> Instead of adding these methods between operations you can call these after robot creation:
>    Robot.setAutoDelay(int ms)
>    Robot.setAutoWaitForIdle(boolean isOn)
> 
> On 07.10.16 15:10, Manajit Halder wrote:
>> Hi All,
>> 
>> Kindly review the fix for JDK9.
>> 
>> Bug:
>> https://bugs.openjdk.java.net/browse/JDK-8158380
>> 
>> Webrev:
>> http://cr.openjdk.java.net/~mhalder/8158380/webrev.00/
>> 
>> Issue:
>> Regression: java/awt/List/ActionEventTest/ActionEventTest.java
>> 
>> Cause:
>> ActionEvent getModifiers() method was returning wrong value in test
>> ActionEventTest.java due to wrong modifier value.
>> Submenu was not activated by menmonic key press in SubMenuShowTest.java.
>> In both the cases event queue was not processed completely for robot
>> keyPress and keyRelease events.
>> 
>> Fix:
>> In both the cases problem was solved by adding waitForIdle after robot
>> operations (keyPress and keyRelease).
>> 
>> Regards,
>> Manajit
> 
> 
> -- 
> Best regards, Sergey.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20161010/2a69b5ec/attachment.html>


More information about the awt-dev mailing list