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

Problems with ignore long clicks in table header #366

Closed
lanzelotik opened this issue Aug 29, 2013 · 3 comments
Closed

Problems with ignore long clicks in table header #366

lanzelotik opened this issue Aug 29, 2013 · 3 comments
Labels

Comments

@lanzelotik
Copy link

There is a fix "ignore long clicks" in the tablesorter (https://github.com/Mottie/tablesorter/blob/master/js/jquery.tablesorter.js#L676)

  1. This fix doesn't work on sticky header.
  2. When I used Draggable from Jqeury UI in table header I got problems. After I moved block and mouse up - block still can move, because in tablesorter line 677 return false and in Draggable doesn't come event 'dragstop'
@Mottie
Copy link
Owner

Mottie commented Sep 30, 2013

I'm just letting you know that I'm back and that I'll be looking into this issue soon. Thanks for reporting it!

@Mottie
Copy link
Owner

Mottie commented Oct 11, 2013

Hi @lanzelotik!

I removed that return false and a few others that I thought were unnecessary. So hopefully the issues you were having have been resolved in this latest update.

Thanks for your patience!

@Mottie Mottie closed this as completed Oct 11, 2013
@lanzelotik
Copy link
Author

Thank you

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

2 participants