We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Edit box does not popup when you click the cell, jQuery 1.7 works well as the examples showed below.
http://mleibman.github.io/SlickGrid/examples/example3-editing.html
The text was updated successfully, but these errors were encountered:
I think this problem maybe caused by this function absBox() , does anyone know where the point is?
Sorry, something went wrong.
I solved this by myself. As metioned at issue #888 Replace .width( with .outerWidth( to support jQuery >= 1.8
You can close this issue.
this problem was a transient bug between jQueryUI and jQuery, see http://bugs.jquery.com/ticket/12232. No need for this fix.
See #1055 for updated jQuery dependencies.
No branches or pull requests
The Edit box does not popup when you click the cell, jQuery 1.7 works well as the examples showed below.
http://mleibman.github.io/SlickGrid/examples/example3-editing.html
The text was updated successfully, but these errors were encountered: