Designing an Engineering Performance Management System from Scratch
blog.gitprime.com
Designing an Engineering Performance Management System from Scratch
1–10 of 70 posts
Re: Designing an Engineering Performance Management System from Scratch
#2Re: Designing an Engineering Performance Management System from Scratch
#3This site somehow manages to interfere with trackpad gestures on my MBP. I could not swipe back or forward. How is this even possible?
Re: Designing an Engineering Performance Management System from Scratch
#4This site somehow manages to interfere with trackpad gestures on my MBP. I could not swipe back or forward. How is this even possible?
Re: Designing an Engineering Performance Management System from Scratch
#5This site somehow manages to interfere with trackpad gestures on my MBP. I could not swipe back or forward. How is this even possible?
https://blog.gitprime.com/wp-content/themes/Divi/js/smoothsc...
In chrome you can open the network tab, filter on JS, find the smoothscroll request and right click and block it :D
Re: Designing an Engineering Performance Management System from Scratch
#6Re: Designing an Engineering Performance Management System from Scratch
#7This site somehow manages to interfere with trackpad gestures on my MBP. I could not swipe back or forward. How is this even possible?
Re: Designing an Engineering Performance Management System from Scratch
#8This site somehow manages to interfere with trackpad gestures on my MBP. I could not swipe back or forward. How is this even possible?
They've written their own scrolling logic (why...) which involves cancelling or stopping propagation of the normal gesture and events. They broke scrolling on purpose and accidentally broke other things in the process.
Re: Designing an Engineering Performance Management System from Scratch
#9Earlier quoted context omitted.
They've written their own scrolling logic (why...) which involves cancelling or stopping propagation of the normal gesture and events. They broke scrolling on purpose and accidentally broke other things in the process.
The absolute state of web development...
'This site would like to hijack your scroll wheel/touchpad', it's genuinely infuriating.
Re: Designing an Engineering Performance Management System from Scratch
#10This site somehow manages to interfere with trackpad gestures on my MBP. I could not swipe back or forward. How is this even possible?