Version
1.57.0
Steps to reproduce
I've made a repo with a quick test running on the official demo for the https://github.com/lukasoppermann/html5sortable library.
To reproduce the issue, run the test from this repository with the 1.57.0 version and it will fail:
git clone https://github.com/AdrienClairembault/playwright-bug-report
docker run -it --rm -v .:/app -w /app --ipc=host mcr.microsoft.com/playwright:v1.57.0-noble /bin/bash
npm install --dev @playwright/test@1.57.0
npx playwright test
Expected behavior
When running the same test repo on 1.56.1, it work as expected:
git clone https://github.com/AdrienClairembault/playwright-bug-report
docker run -it --rm -v .:/app -w /app --ipc=host mcr.microsoft.com/playwright:v1.56.1-noble /bin/bash
npm install --dev @playwright/test@1.56.1
npx playwright test
Actual behavior
It seems the dragTo action doesn't work on the 1.57.0 version with the html5sortable lib.
It worked without issues on the 1.56.1 version.
Additional context
It happens only when using chromium as the target browser, maybe it could be related to a bug with chromium itself?
Environment
System:
OS: Linux 6.6 Ubuntu 24.04.3 LTS 24.04.3 LTS (Noble Numbat)
CPU: (12) x64 AMD Ryzen 5 7600 6-Core Processor
Memory: 5.05 GB / 11.68 GB
Container: Yes
Binaries:
Node: 24.11.1 - /usr/bin/node
Yarn: 1.22.22 - /usr/bin/yarn
npm: 11.6.2 - /usr/bin/npm
Languages:
Bash: 5.2.21 - /usr/bin/bash
npmPackages:
@playwright/test: ^1.57.0 => 1.57.0
(This is the official playwright docker image as used in the "steps to reproduce" section)
Version
1.57.0
Steps to reproduce
I've made a repo with a quick test running on the official demo for the https://github.com/lukasoppermann/html5sortable library.
To reproduce the issue, run the test from this repository with the 1.57.0 version and it will fail:
Expected behavior
When running the same test repo on 1.56.1, it work as expected:
Actual behavior
It seems the
dragToaction doesn't work on the 1.57.0 version with thehtml5sortablelib.It worked without issues on the 1.56.1 version.
Additional context
It happens only when using chromium as the target browser, maybe it could be related to a bug with chromium itself?
Environment
System: OS: Linux 6.6 Ubuntu 24.04.3 LTS 24.04.3 LTS (Noble Numbat) CPU: (12) x64 AMD Ryzen 5 7600 6-Core Processor Memory: 5.05 GB / 11.68 GB Container: Yes Binaries: Node: 24.11.1 - /usr/bin/node Yarn: 1.22.22 - /usr/bin/yarn npm: 11.6.2 - /usr/bin/npm Languages: Bash: 5.2.21 - /usr/bin/bash npmPackages: @playwright/test: ^1.57.0 => 1.57.0 (This is the official playwright docker image as used in the "steps to reproduce" section)