<Swing Dev> RFR: 8254085: javax/swing/text/Caret/TestCaretPositionJTextPane.java failed with "RuntimeException: Wrong caret position"

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Sat Oct 17 10:09:11 UTC 2020


On Sat, 17 Oct 2020 09:38:28 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

> Please review fix for the test issue. This test fails on machines with low display resolution.
> Limiting of the length of the line to 30 characters prevents it from wrapping the line
> for a second time which fixes the problem. I tested solution on different modes from 1024x768 to 3840x2160.

Hi Alex,
With this modification, it passes even without the fix for JDK-8232243

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

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


More information about the swing-dev mailing list