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

Layout sometimes misses mouseUp event #418

Open
blondejamtart opened this issue Oct 17, 2018 · 1 comment
Open

Layout sometimes misses mouseUp event #418

blondejamtart opened this issue Oct 17, 2018 · 1 comment
Assignees
Labels

Comments

@blondejamtart
Copy link
Contributor

When panning around the layout, sometimes the mouseUp event is missed and the layout gets stuck panning with the mouse. This is possibly due to mousing up outside the layout div.

@blondejamtart
Copy link
Contributor Author

blondejamtart commented Oct 17, 2018

After further investigation, this seems to be linked to #408. Firstly, the defensive code from this bugfix was apparently lost between implementation and release but has now been re-implemented.
Additionally, this bug and the fix behave differently in firefox: dropping highlighted text anywhere on the page causes the browser to try and navigate to the text as a url. It is also possible, through some combination of panning the layout and/or attempting to pan again but clicking in or near the selection area of a link, to drag every link on the layout or the "selected" highlight of a link; dropping this causes the behaviour noted above (n.b. other things may also cause this behaviour)

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