<Swing Dev> RFR: 8272232: javax/swing/JTable/4275046/bug4275046.java failed with "Expected value in the cell: 'rededited' but found 'redEDITED'." [v3]

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Tue Aug 17 12:42:27 UTC 2021


On Tue, 17 Aug 2021 12:27:35 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> And using robot to release keys from EDT as part of the clean-up doesn't seem right.

I am just rectifying the order of the key release..It was pressed in order ALT SHIFT CONTROL and the release was ALT SHIFT CONTROL.. which I rectified to be release in order CONTROL SHIFT ALT

-------------

PR: https://git.openjdk.java.net/jdk/pull/5079


More information about the swing-dev mailing list