https://bz.apache.org/bugzilla/show_bug.cgi?id=64504
--- Comment #22 from [email protected] --- Ok, this is interesting. On fedora 32 VM, I tested with Java 8 and Java 11. Java 8 has the strange long scroller behavior. When I try Java 11 it appears to be working ok. So swapping between Java 8 and 11 can create the issue or not. I used "alternatives" to swap versions. [frank@localhost ~]$ sudo alternatives --config java There are 2 programs which provide 'java'. Selection Command ----------------------------------------------- *+ 1 java-1.8.0-openjdk.x86_64 (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.265.b01-1.fc32.x86_64/jre/bin/java) 2 java-11-openjdk.x86_64 (/usr/lib/jvm/java-11-openjdk-11.0.8.10-2.fc32.x86_64/bin/java) Enter to keep the current selection[+], or type selection number: 2 Bad: java-1.8.0-openjdk.x86_64 (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.265.b01-1.fc32.x86_64/jre/bin/java) Good: java-11-openjdk.x86_64 (/usr/lib/jvm/java-11-openjdk-11.0.8.10-2.fc32.x86_64/bin/java) Also, i notice Mint 20 vm was using java.version=11.0.7 and worked ok. Also, the original comment against this bug mentions Centos 8 also running Java 8. -- You are receiving this mail because: You are the assignee for the bug.
