You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dragging outside an iframe, drag events stop being received. If you release your drag while outside the iframe, and then move your mouse back over it, the slider will continue to move as if you were pressing the mouse since it is unaware that the mouse was released.
🤔 Expected Behavior
Drag events should continue being received when dragging outside the iframe, just like when there is no iframe.
I have the same kind of bug, although related to Firefox only. When you drag a slider thumb and release the mouse above a disabled button, then the slider will also continue to move.
It's maybe fortunate that it works on Chrome then ;-)
🐛 Bug Report
When dragging outside an iframe, drag events stop being received. If you release your drag while outside the iframe, and then move your mouse back over it, the slider will continue to move as if you were pressing the mouse since it is unaware that the mouse was released.
🤔 Expected Behavior
Drag events should continue being received when dragging outside the iframe, just like when there is no iframe.
💁 Possible Solution
This is potentially fixed by not calling
preventDefault
on mouse down according to this: https://taye.me/blog/tips/2015/11/16/mouse-drag-outside-iframe/. Not sure what other issues this might introduce though. Investigate and find out. It was originally added here: #1106 (comment).🧢 Your Company/Team
RSP
The text was updated successfully, but these errors were encountered: