-
Notifications
You must be signed in to change notification settings - Fork 2
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 detection #3
Comments
Yes, I noticed this bug today. I am testing a simple fix currently, however, with a caveat - the add-on ignores any sort of mouse movements (mousemove event). So, long press wouldn't work if the mouse moves even a bit (which is quite likely to happen on a touchpad). Anyway, I am updating the add-on on AMO with this fix, banking on the rationale, that fewer people would be affected by the 'even a slight movement not allowed' bug than 'tab pins unwittingly during text selection or drag-and-drop'. I will patch another version by the end of the weekend that allows for a slight mouse movement. Let me know if you have a better idea. |
v3.1 pushed on AMO. Now, the add-on ignores mousemove event (entirely). I have created issue #4 to deal with allowing marginal mouse movement during long click/tap. Drop a comment in case you find a need to keep the current issue open. |
actually sounds good to me :) . thx!
2018-02-09 13:48 GMT+01:00 Jayesh Bhoot <[email protected]>:
… v3.1 pushed on AMO. Now, the add-on ignores mousemove event (entirely). I
have created issue #4
<#4> to deal with
allowing marginal mouse movement during long click/tap. Drop a comment in
case you find a need to keep the current issue open.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEzDJp0EarjVBYga-zykkVYOOAYTtdQ7ks5tTD6GgaJpZM4R_zoA>
.
|
Love the extension. One killer thing though: I usually drag-and-drop text really often. If I do this, the tabs change from pinned to unpinned all the time, cause I seem to drag too slowly. I also don't want to increase the click wait time, cause that is annoying.
STEPS TO REPRODUCE:
WHAT HAPPENS:
WHAT SHOULD HAPPEN:
Does that sound sensible?
The text was updated successfully, but these errors were encountered: