Skip to content

[Bug]: Drag and drop issues on 1.57.0 + html5sortable + chromium #38796

@AdrienClairembault

Description

@AdrienClairembault

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
Image

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
Image

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions