-
Bug
-
Resolution: Duplicate
-
P3
-
fx2.0.2
-
java version "1.7.0_11", JavaFX packaged with Java, Windows 8.
Some controls always consume mouse wheel events such as ListView and TextArea which they shouldn't unless the scroll bars are visible. This makes scrolling down a page quite awkward.
I believe this is because these controls are because they have an embedded ScrollPane, although it is not always visible. I am sure this affects other controls (TreeView comes to mind) although I have not tested.
I believe this is because these controls are because they have an embedded ScrollPane, although it is not always visible. I am sure this affects other controls (TreeView comes to mind) although I have not tested.
- duplicates
-
JDK-8124392 ListView with no scrollbar does not pass MouseWheel event to parent.
-
- Closed
-
- relates to
-
JDK-8092752 Mouse Wheel events should pass though controls
-
- Resolved
-
-
JDK-8096155 ScrollPane should not fire scroll events when consumed in skin (resulting in a scroll)
-
- Resolved
-