<Swing Dev> RFR: 7156347: javax/swing/JList/6462008/bug6462008.java fails
Sergey Bylokhov
serb at openjdk.java.net
Thu Oct 22 05:04:12 UTC 2020
On Thu, 22 Oct 2020 03:58:45 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Please review a test fix for an issue seen to be failing in mach5 testing which JList selection was not correct which seems to stem from the fact that the keypress event was initiated before the frame is made visible.
> Fix by adding a robot delay after setVisible and also moved the frame to centre of screen to avoid problems with keypress on window at left edge of monitor.
> Mach5 job was run for several iteration on all 3 platforms. Link in JBS.
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/793
More information about the swing-dev
mailing list