Edminsson

Results 8 comments of Edminsson

It's not easy to debug this problem because it behaves differently when I put breakpoints in the code. But by using console.logs in the right places I could confirm that...

If I click the scroll wheel on my mouse then I see a circle with four arrows and I can scroll horizontally, but it only works when the cursor is...

I've made some jasmine scroll tests and run the same tests in version 2.3.8 and 2.3.13. All tests pass when I run them inte the older version 2.3.8, But when...

This is what I think is the source of the problem and what I wanted to prove with my tests. When clicking the scrollbar the browser fires not one but...

You can of course have access to the tests if you want but they are not specially well constructed. I only made them to try to prove the problem I've...

I've made some modifications on the tests and forked them to a public plunk. https://plnkr.co/edit/VuPta6?p=info https://plnkr.co/edit/6WXzDc?p=info

That's correct. It seems that a delay of 200 ms is enough to make the FireTwoScrollEvents tests pass. My guess is in that case handleScroll and then handleHeaderRowScroll have time...

The latest version of SixLabors.ImageSharp behaves the same way. Fortunately @TonyValenti has created a PR (#427) that handles this problem. In the .NET version of the class ImageSharpImageSourceImpl he calls...