https://bugs.documentfoundation.org/show_bug.cgi?id=152406
--- Comment #35 from Caolán McNamara <[email protected]> --- For gtk back in the day I recall we struggled with "smooth scrolling" events with https://bugzilla.redhat.com/show_bug.cgi?id=1367846#c18 and ended up overwhelmed by scroll events. I wonder if trying the same pattern as the gtk3 "AsyncScroll" in vcl/unx/gtk3/gtkframe.cxx would be useful. Launch an Idle on the first scroll event, accumulate the scrolls events and merge together and and dispatch as one scroll notification when the Idle gets fired. -- You are receiving this mail because: You are the assignee for the bug.
