Skip to content

Cannot click on element inside draggable after initial selection in Edge and Firefox #841

Open
@ant-g

Description

@ant-g

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions