Version
5.2.2
Steps to reproduce
With transitionDuration: 0 and a tooltip position that follows the cursor. In #15683 a throttle was added of 50ms to the position function.
I had initially thought it was the new method of positioning the tooltip with transform but it does seem to be the throttle in this case. related #16091
What is expected?
The tooltip should follow the mouse cursor as close as possible.
What is actually happening?
50ms throttle that did not exist in v4.
It does seem like the tooltip lags when dev tools is open and the throttle is gone.
Version
5.2.2
Steps to reproduce
With
transitionDuration: 0and a tooltip position that follows the cursor. In #15683 a throttle was added of 50ms to the position function.I had initially thought it was the new method of positioning the tooltip with transform but it does seem to be the throttle in this case. related #16091
What is expected?
The tooltip should follow the mouse cursor as close as possible.
What is actually happening?
50ms throttle that did not exist in v4.
It does seem like the tooltip lags when dev tools is open and the throttle is gone.