Closed Zecat closed 8 years ago
The selected value is not updated correctly at the end of a quick scroll, because, for performance reason, the '_scrollSpyCheck' method is debounced every 200ms. A solution could be to check when the scroll stops and recompute the selected value.
Actually, it's best if _scrollSpyCheck is recursive, so if a check occurred in _scrollSpyCheck, the method will be called again.
_scrollSpyCheck
The selected value is not updated correctly at the end of a quick scroll, because, for performance reason, the '_scrollSpyCheck' method is debounced every 200ms. A solution could be to check when the scroll stops and recompute the selected value.