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

Drag to Highlight Causes Click to Edit #52

Open
ryankinal opened this issue Dec 23, 2012 · 0 comments
Open

Drag to Highlight Causes Click to Edit #52

ryankinal opened this issue Dec 23, 2012 · 0 comments
Labels

Comments

@ryankinal
Copy link
Owner

When trying to highlight something in an item (for instance text in a list item), it sees the mousedown/drag/mouseup as a click. This should not happen. Click to edit should do the following:

  1. Detect mousedown
  2. Check for drag
  3. On mouseup, if there was no drag, then trigger the edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant