Hi All,
Please review fix for the task:
Task: https://bugs.openjdk.java.net/browse/JDK-8211322
Webrev: http://cr.openjdk.java.net/~vagarwal/8211322/webrev.2/
<http://cr.openjdk.java.net/%7Evagarwal/8211322/webrev.2/>
Changes in jemmy file JToolTipOperator is already checked in jemmy repo
by task http://hg.openjdk.java.net/code-tools/jemmy/v2/rev/079c447a1c3e .
Description of fixes:
In SwingSet2 demo, we have a checkbox menu item to enable/disable tool
tips.(Options->Enable Tool Tips).
We used this feature to test the swing component JCheckBoxMenuItem.
So after disabling tooltip, it keeps mouse pointer on thumbnail and make
sure it doesn’t show tooltip. It will wait for 1 minute(jemmy default
timeout duration).
Reduce this timeout to say 5 seconds, that's enough to show tooltip on a
component usual scenario.
Thanks and Regards
Gauri Patil