Re: [pointerevents] Pointerup and mouseup events stop firing when the click was started on top of another element on Chromium based browsers. (#433)

you're triggering some text-selection/drag and drop. adding `user-select:none;` on your containers there fixes the issue. you'd be more likely to see the problem with some actual content inside the two `<div>`s, but it seems Chrome also does its drag'n'drop selection dance when there's effectively no content there to drag'n'drop.

-- 
GitHub Notification of comment by patrickhlauke
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/433#issuecomment-1042037375 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 16 February 2022 18:58:25 UTC