Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nwittwer opened this issue Jun 17, 2022 · 0 comments · Fixed by #230
Assignees

Comments

@nwittwer
Copy link
Collaborator

nwittwer commented Jun 17, 2022

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
@nwittwer nwittwer self-assigned this Jun 17, 2022
@nwittwer nwittwer linked a pull request Jun 17, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant