What steps will reproduce the problem?
1. Create a combo box with many items so that the combo box popup will show a
scroll bar
2. Open the combo box popup and move the mouse inside
3. Scroll with the mouse wheel
What is the expected output? What do you see instead?
I expect the list to scroll to the next entries but instead the combo box popup
gets closed.
This is caused because the scrollpane UI delegate does not consume the scroll
wheel event. Therefore it is delegated to the main window and this causes the
popup window to get closed.
This issue is already fixed in the integration_rossi branch in the method
SeaglassScrollPaneUI.Handler.mouseWheelMoved
Original issue reported on code.google.com by rosstaus...@googlemail.com on 20 Feb 2011 at 10:35
Original issue reported on code.google.com by
rosstaus...@googlemail.com
on 20 Feb 2011 at 10:35