mlavin / django-selectable

Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.
http://django-selectable.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
129 stars 64 forks source link

jQuery UI 1.12: zIndex has been removed, #183

Closed ghost closed 5 years ago

ghost commented 7 years ago

Had an issue with django-selectable while using jQuery UI 1.12: no popup appeared. The console showed the error: zIndex is not a function

It seems zIndex() has been removed from jQueryUI => so got stuck in line 268 ul.zIndex($unput.zIndex() + 1 ); of _suggest method ( jquery.dj.selectable.js)

I tried jQuery 1.11 instead of jQuery UI 1.12 => resolved

riceyrice commented 5 years ago

What's the timescale for a release to PyPI with this fix? That would be really handy. Thanks!

mlavin commented 5 years ago

Released v1.2.1 on PyPi today which includes this fix.