Problem certain UI components need to react to mouse wheel or scroll events, but only as long as those are reflecting the direct user input.
The fact browsers/os also adds momentum scrolling to those events without any possibility to distinguish between these events coming from the system and those coming directly from the user makes it hard to write these UI components.