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

Slick.Editors.LongText does not work when the jQuery version update to 1.10.1 #1048

Open
andyforever opened this issue Jan 23, 2015 · 4 comments

Comments

@andyforever
Copy link

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

@andyforever
Copy link
Author

I think this problem maybe caused by this function absBox() , does anyone know where the point is?

@andyforever
Copy link
Author

I solved this by myself.
As metioned at issue #888
Replace .width( with .outerWidth( to support jQuery >= 1.8

You can close this issue.

@6pac
Copy link

6pac commented Mar 3, 2015

this problem was a transient bug between jQueryUI and jQuery, see http://bugs.jquery.com/ticket/12232. No need for this fix.

@6pac
Copy link

6pac commented Mar 13, 2015

See #1055 for updated jQuery dependencies.

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

No branches or pull requests

2 participants