Open
Description
Example of issue:
https://codesandbox.io/s/eager-rgb-guk15
This will work correctly in Chrome, but fail in Edge and Firefox.
Click into an input field, and then try to click again to move the cursor to a different position.
Input field does not receive/respond to the click, cannot select the text, but can drag the element.
Input field should receive/respond to the click after the initial selection in all browsers, allow for moving the cursor and selecting all with double click (as is possible in Chrome).
This may not be a vuedraggable problem, but without understanding how it's working under the covers, can't tell if focus is being controlled by vuedraggable or if this a browser problem?