Scrolling by wheel move unusably slow on edge with Chromium 94
See original GitHub issueThis problem is probably related to the edge Smooth Scrolling
feature. If I disabled this feature via edge://flags/
page, the editor just works fine
problem demo in gif
I have already have a try to fix the problem:
// Sync scrolling between fake scrollbars and real scrollable
// area, ensure viewport is updated when scrolling.
on(d.scroller, "scroll", (e) => {
if (d.scroller.clientHeight) {
setTimeout(() => {
updateScrollTop(cm, d.scroller.scrollTop);
setScrollLeft(cm, d.scroller.scrollLeft, true);
signal(cm, "scroll", cm);
}, 120);
}
});
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
edge browser mouse scrolling is unbelievably slow
When I want to use my mouse scroll wheel the page advances at an incredibly slow pace. I have adjusted the mouse settings...
Read more >Make ms edge scrolling more smooth? : r/MicrosoftEdge - Reddit
When scorlling in Chrome it is smooth, while in MS Edge its like "lagging", or doing "jumps" when moving. Is it possible to...
Read more >Scrolling is badly impacted by Chrome 94.0.4606.61
Using a mouse wheel to scroll (keyboard page up/down nav is fine), and the doc isn't large at all - anything that exceeds...
Read more >Extremely slow page scrolling starting UI5 1.88 on Chrome 94 ...
Important to stress, under scrolling I mean a scroll with a mouse scroller, not a moving the scroll bar.
Read more >How to adjust the scrolling speed in Microsoft Edge browser
Meanwhile, let us check few settings and see if it helps to improve your browsing experience. Select the Start button, then select Settings ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was told Chrome has released another update which addresses this.
Yes, release tags are separate commits, but include the changes from previous commits.