swing - After mac os sierra update facing scrolling issue with Java applications like Intellij -


after recent update, mac os sierra, macbook pro, i'm facing scrolling issues java applications intellij idea community edition.

the scrolling in editor panes extremely fast. unit of scroll increments seem large.

intellij idea version 2016.2.3. java version java 8 update 10.1.

i see same behavior in "system preference" -> "java" -> "advanced" tab .

this known bug, caused by jdk:

it looks jdk issue , reproducible simple scrollable jlist. sierra generates more events el captain. these events contain values ~0.1 instead of expected ~1. java converts these small number 1 anyway.

edit: see openjdk bug: https://bugs.openjdk.java.net/browse/jdk-8166591

edit2: described in other answer, jetbrains have fixed custom jdk. can download here , follow these instructions make intellij use jdk instead (select option labeled ... choose custom location).


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -