Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Can't select text with mouse drag (in master) #755

Merged
merged 1 commit into from Oct 29, 2015
Merged

Conversation

mightyiam
Copy link
Contributor

Most likely from #747's mousedown handler.

@mightyiam mightyiam self-assigned this Oct 28, 2015
@mightyiam mightyiam added this to the v1.1.0 milestone Oct 28, 2015
@winhamwr
Copy link
Member

Doh. Thanks for catching this before it went live.

// default action for this event may be a `mousedown` and `mousemove`
// with the intention to select text
// or to drag (for later dropping of) content
// so be careful about preventing default
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the culprit.

Now it returns false only when it is surely not a text selection attempt.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should have looked closer at where these handlers were actually being bound. good thing you played with the editor

@caffodian
Copy link
Contributor

👍

mightyiam added a commit that referenced this pull request Oct 29, 2015
Can't select text with mouse drag (in master)
@mightyiam mightyiam merged commit 3e91876 into master Oct 29, 2015
@mightyiam mightyiam deleted the issue_755 branch October 29, 2015 12:47
@mightyiam
Copy link
Contributor Author

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants