Build a simple test case and if it fails there, file a bug.

From: [email protected] [mailto:[email protected]] On Behalf 
Of kaleb_pederson
Sent: Monday, January 12, 2009 3:30 PM
To: [email protected]
Subject: [flexcoders] Mouse wheel scrolling past entries in combobox


I have a ComboBox which displays five entries at a time. When I first
click on the ComboBox, it displays items 1-5, which is as expected.
As soon as I scroll down one click with the mouse wheel, it displays
items 13-17 -- skipping items 6-12.

How can I change the scroll wheel behavior so that it doesn't scroll
past certain items?

I tried adding an event listener for both MouseEvent.MOUSE_WHEEL and
FlexMouseEvent.MOUSE_WHEEL_OUTSIDE, but neither of those triggered
anything. I also tried looking at the source code for the combo box,
but wasn't able to find anything relevant.

Suggestions?

Thanks.

--Kaleb

Reply via email to