|
|
|
|
|
by Sohcahtoa82
2817 days ago
|
|
This absolutely infuriates me to the point where I'm struggling to remain civil. My blood instantly began boiling after reading that sentence. Why the @#$% does some web designer think it's a good idea to disable mousewheel scrolling?! What does this accomplish? What feature do you gain? What was the goal? I just can't for the life of me grok what would be going through someone's brain when they decide "Hey, you know what would make this page better? Disabling scrolling with your mouse wheel!" EDIT: Maybe the intent was to do something else, like implementing smooth scrolling in JavaScript, and it's not working properly. But if that's the case, the answer is that web devs need to stop trying to mess with scrolling. Implementations rarely work correctly in every browser and it just ruins the UX. Just stop messing with scrolling! |
|