This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Description
Browser version:
Chrome 73.0.3683.86
Original install method (e.g. download page, yum, from source, etc.):
Docker
Describe the bug:
Modal closes when releasing the mouse button after selecting text.
Steps to reproduce:
- Open a Modal with a text input (https://codepen.io/blopa-the-bold/pen/NmqRYK)
- Type something in the text input
- Drag left to select the text. Keep going past the boundary of the Modal, and release the mouse.
- The Modal will close.
Expected behavior:
The Modal should not close on mouse up, only on mouse down.
Screenshots (if relevant):

Extra info:
This seems to be a problem introduced on Chrome 73. Some other packages already fixed it in their code base, like elastic/eui#1747