playwright/packages
Dmitry Gozman 0b04c7d504
fix(drag&drop): relax layout shift logic when dropping (#11760)
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.
2022-01-31 16:21:35 -08:00
..
html-reporter chore: fix html report bottom padding (#11541) 2022-01-21 13:58:55 +01:00
playwright fix(prepare): don't change package files on prepare (#11579) 2022-01-24 11:25:24 -08:00
playwright-chromium fix(prepare): don't change package files on prepare (#11579) 2022-01-24 11:25:24 -08:00
playwright-core fix(drag&drop): relax layout shift logic when dropping (#11760) 2022-01-31 16:21:35 -08:00
playwright-firefox fix(prepare): don't change package files on prepare (#11579) 2022-01-24 11:25:24 -08:00
playwright-test chore: extract SigIntWatcher (#11749) 2022-01-31 08:51:22 -08:00
playwright-webkit fix(prepare): don't change package files on prepare (#11579) 2022-01-24 11:25:24 -08:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00