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
The dispatched dragenter event contains the coordinates of the target.
Actual Behavior
The dispatched dragenter event doesn't contais the coordinates of the target.
Steps to reproduce
Fix of #2576 doesn't include the mouse pointer coordinates causing issues in JS code listening to dragenter event and relying on those coordinates.
The text was updated successfully, but these errors were encountered:
syakovyn
changed the title
drag_to is broken in 3.9.0 due to dragenter event is dispatched without coordinates
drag_to is broken in 3.39.0 due to dragenter event is dispatched without coordinates
Apr 24, 2023
We have the same issue after upgrading to capybara 3.40
Our test uses drag_to to drag an element to the first position in a grid. Starting with capybara 3.39, the element is now dragged to the second position.
Meta
Capybara Version: 3.39.0
Expected Behavior
The dispatched
dragenter
event contains the coordinates of the target.Actual Behavior
The dispatched
dragenter
event doesn't contais the coordinates of the target.Steps to reproduce
Fix of #2576 doesn't include the mouse pointer coordinates causing issues in JS code listening to
dragenter
event and relying on those coordinates.The text was updated successfully, but these errors were encountered: