From Karthik in Red Hat Developer Hub:
In my custom implementation of scroll, there is a race condition where the scroll state is overlapping with Jump to Top and Jump to Bottom buttons, since these buttons are not exposing onClick handlers, I am not able to handle that when the autoscroll behaviour is set to true - redhat-developer/rhdh-plugins#694 (comment)
We want to expose onClick handlers for the jump buttons.
From Karthik in Red Hat Developer Hub:
In my custom implementation of scroll, there is a race condition where the scroll state is overlapping with Jump to Top and Jump to Bottom buttons, since these buttons are not exposing onClick handlers, I am not able to handle that when the autoscroll behaviour is set to true - redhat-developer/rhdh-plugins#694 (comment)
We want to expose onClick handlers for the jump buttons.