Details
-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
None
Description
Open the attached Java project. MouseWheel over the ListView - bug - it does not pass the scroll event to it's parent ScrollPane.
Compare the behaviour with the two TextAreas in the same file which are being good JavaFX citizens and handling the MouseWheel nicely.
For the record, this bug is a pain in the Scenebuilder UI. When we are scrolling our inspector and a listView (with no scrollbar) arrives under the mouse position then the Inspector stops scrolling because the ListView eats the MouseWheel event.
Compare the behaviour with the two TextAreas in the same file which are being good JavaFX citizens and handling the MouseWheel nicely.
For the record, this bug is a pain in the Scenebuilder UI. When we are scrolling our inspector and a listView (with no scrollbar) arrives under the mouse position then the Inspector stops scrolling because the ListView eats the MouseWheel event.
Attachments
Issue Links
- duplicates
-
JDK-8097367 Controls with ScrollPane should not always consume mouse wheel events
- Resolved