-
Notifications
You must be signed in to change notification settings - Fork 139
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
jQuery 3 compatibility issue #10
Comments
The container.selector property was provided only for information. It is never used by Layout so I'll just delete it. I saw this issue in a forum post. I will be reviewing all the bugs I saw there soon, as well as the pull requests. |
Thanks Kevin, it's great that you are back. I was worried that something
|
Any word? We could be a little more backwards compatible perhaps something like |
Backwards compatibility makes sense, but I think undefined is better than an empty string so that it's clear this property is not available with jq3. This would break code that assumes a string value, but if the code relies on this property, it has to be updated anyway. This error would bring attention to the issue rather than create a hard-to-trace bug. If users really need container object metadata, they can read it directly from layout.container (the jQuery object) instead of layout.state.container. |
Just stumpled accross this issue. Has it already been addressed? |
And the following line also breaks in jQuery 3 (please note, I've also have the jQuery migrate plugin installed): https://github.com/allpro/layout/blob/master/source/stable/jquery.layout.js#L2589 Any news on jQuery v3 compatibility? |
+1 |
Hi, Is the project still alive? |
I use @GedMarc fork of this project which he already implemented Jquery 3. https://github.com/GedMarc/layout |
I am still maintaining and improving the layout as required, So feel free! |
No haven't forgotten about you, +- 4 days I think till the new release. V6 will change the responsive features into a more object orientated feel, and remove the new uniqueSort and binds() deprecation warnings. It also allows elements to be specified as contents for togglers instead of just pure html (with movement not copy). Please note though that because of a dependency on JQuery UI, so some of these warnings will still pop up until they release a new update. |
Fantastic news @GedMarc it is much appreciated! |
Is there any plan resolve this issue, or should I use the @GedMarc fork mentioned above? |
This is the stable JQuery 2 Branch |
Are you saying that this branch is not getting any future changes, and all changes are going to the fork? That is not documented anywhere that I have seen, which is why I am asking. Also, I am not able to create issues in the fork, that I can tell. |
You should be able to create issues in the fork, |
This line breaks jQuery 3 support, seems to work fine without it:
https://github.com/allpro/layout/blob/master/source/stable/jquery.layout.js#L1832
Also .bind / .unbind are deprecated.
The text was updated successfully, but these errors were encountered: