-
Task
-
Resolution: Fixed
-
P3
-
11, 12
-
b14
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236384 | 11.0.7-oracle | Manukumar V S | P3 | Resolved | Fixed | b01 |
JDK-8236776 | 11.0.7 | Abdul Kolarkunnu | P3 | Resolved | Fixed | b01 |
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.
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.
- backported by
-
JDK-8236384 Reduce the timeout of tooltip in SwingSet2DemoTest
- Resolved
-
JDK-8236776 Reduce the timeout of tooltip in SwingSet2DemoTest
- Resolved