-
Bug
-
Resolution: Fixed
-
P3
-
8u60, 9
-
b18
-
b124
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163677 | 8u121 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8157244 | 8u112 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8167803 | emb-8u121 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
FULL PRODUCT VERSION :
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
14.5.0 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64
A DESCRIPTION OF THE PROBLEM :
I’m observing a problem with a combo box in a scroll pane. If I use the mouse wheel to scroll (on OS X), the scrolling stops when the combo box is under the mouse. The problem is that the mouse wheel event is being consumed by the combo box, which is the result of the fix for bug 8033069. The combo box popup is not open, so there is no reason for the combo box to be consuming mouse wheel events.
Bug report requested by Alexander Scherbatiy.
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
14.5.0 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64
A DESCRIPTION OF THE PROBLEM :
I’m observing a problem with a combo box in a scroll pane. If I use the mouse wheel to scroll (on OS X), the scrolling stops when the combo box is under the mouse. The problem is that the mouse wheel event is being consumed by the combo box, which is the result of the fix for bug 8033069. The combo box popup is not open, so there is no reason for the combo box to be consuming mouse wheel events.
Bug report requested by Alexander Scherbatiy.
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-8157244 JComboBox prevents wheel mouse scrolling of JScrollPane
- Resolved
-
JDK-8163677 JComboBox prevents wheel mouse scrolling of JScrollPane
- Resolved
-
JDK-8167803 JComboBox prevents wheel mouse scrolling of JScrollPane
- Resolved
- duplicates
-
JDK-8156188 JComboBox content interferes with mouse wheel scrolling
- Closed
- relates to
-
JDK-8033069 mouse wheel scroll closes combobox popup
- Resolved