|
Great article and simple implementation. However, there is some issue with the "sensitivity threshold" of triggering the scroll. Press the mouse, move down a few elements, hold for a second and then release the mouse. The selection will scroll down when the mouse is released - this is not really natural continuation of the user interaction since the mouse stopped moving for an entire second before being released. Perhaps a little more fune-tuned mouse listener is in order. |