Details
Description
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.
Attachments
Issue Links
- duplicates
-
JDK-8124392 ListView with no scrollbar does not pass MouseWheel event to parent.
-
- Resolved
-
- 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
-