After mac os sierra update facing scrolling issue with Java applications like Intellij
This is a known bug, likely caused by the JDK: It looks like JDK issue and is reproducible with a simple scrollable JList. Sierra generates much more events than El Captain. These events contain values ~0.1 instead of expected ~1. But Java converts these small number to 1 anyway. Edit: see also this OpenJDK bug: … Read more