Skip to content

UX: user expects to drag to select text in input field while in edit mode, but instead it starts the drag-to-reorder screens #229

@nwittwer

Description

@nwittwer

Current behavior:
When editing the details of a screen in the side panel: selecting the text of one of the inputs (e.g. title), the entire screen item moves around instead of allowing me to select just the text.

Explanation:
This is because there's another behavior—drag-to-reorder—which is listening on the same elements. Need to add some logic so that when a user is editing the inputs, drag-to-reorder is disabled.

Expected behavior:

  • User can drag-select text in input fields while in edit mode
  • Drag-to-reorder screens still works when not in editing mode

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions