mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 05:37:20 +03:00
0b04c7d504
When element that is being dragged stays under the mouse, it prevents the hit target check on drop from working, because drop target is overlayed by the dragged element. To workaround this, we perform a one-time hit target check before moving for the drop, as we used to. |
||
---|---|---|
.. | ||
animating-button.html | ||
button.html | ||
checkbox.html | ||
drag-n-drop-manual.html | ||
fileupload.html | ||
keyboard.html | ||
mouse-helper.js | ||
rotatedButton.html | ||
scrollable2.html | ||
scrollable.html | ||
select.html | ||
textarea.html | ||
touches.html |