Permalink
3 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
0 additions
and 187 deletions.
- +0 −1 build/tasks/testswarm.js
- +0 −1 tests/unit/all.html
- +0 −132 tests/unit/core/core_deprecated.html
- +0 −24 tests/unit/core/core_deprecated.js
- +0 −29 ui/core.js
This comment has been minimized.
Why was the getter method removed as well? Isnt it useful to have a helper like that? (I would need it in this piece of code im porting over from jquery-ui 1.4)
This comment has been minimized.
This is explained in the 1.11 upgrade guide when the method was deprecated. See http://jqueryui.com/upgrade-guide/1.11/#deprecated-zindex
I'm not sure which version you're actually upgrading from, and I'm not sure why you would need the method since you haven't provided any details. However, this method is not going to come back as we have no use for it and think that manually managing z-index is generally a bad idea.
This comment has been minimized.
This codepen explains what im doing: sortable ignores z-index http://codepen.io/anon/pen/EVraOL
I found an old solution where it added a compareZIndex option, which worked fine. I am quite sure this is of no relevance to the community, which is why I will refrain from submitting a PR, but I was wondering why the .zIndex getter was removed - it allows more fine-tuning than just a general .ui-front
For now, I have fixed it by adding the method as _zIndex() inside the custom extended sortable class.
best regards.