plone / mockup

A collection of client side patterns for faster and easier web development
http://plone.github.io/mockup/
BSD 3-Clause "New" or "Revised" License
47 stars 93 forks source link

Chrome/Safari: click-drag on a field inside a modal and end outside modal closes it. #1340

Open fredvd opened 1 year ago

fredvd commented 1 year ago

This happens in Chrome/Safari, but not on Firefox. Tested on Macos X.

When you enter text in a modal, and then click-drag on it to select it to copy or delete it, but you end your click drag outside the modal, the modal is closed.

The release event is seen as a click outside the modal and by default clicking outside the modal closes it.

chrome modal patten click-drag text outside modal