MongoX / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

Combobox Popup closes on mouse wheel scrolling. #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue is fixed in sealglass 0.2 that we just have released.
Please give this new version a try.

Have fun,
- Rossi

Original comment by rosstaus...@googlemail.com on 25 Jun 2012 at 8:46