Giter Club home page Giter Club logo

Comments (12)

bitzip avatar bitzip commented on May 30, 2024

+1

from django-admin-sortable2.

jrief avatar jrief commented on May 30, 2024

OK, this seems to be related to the jQuery plugin used to handle the dragging.

from django-admin-sortable2.

max-pfeiffer avatar max-pfeiffer commented on May 30, 2024

+1

Using Firefox 42.0

from django-admin-sortable2.

jrief avatar jrief commented on May 30, 2024

I just retested in my environment, everything works fine.
My environment includes jQuery JavaScript Library v1.9.1, and yours?

from django-admin-sortable2.

max-pfeiffer avatar max-pfeiffer commented on May 30, 2024

Hi Jacob, my setup:

Django==1.8.6
django-admin-sortable2==0.6.0

Not sure what jQuery version that django version uses.
This is what is loaded on that Admin Page which uses your app:

<script src="/static/admin/js/core.js" type="text/javascript">
<script src="/static/admin/js/admin/RelatedObjectLookups.js" type="text/javascript">
<script src="/static/admin/js/jquery.js" type="text/javascript">
<script src="/static/admin/js/jquery.init.js" type="text/javascript">
<script src="/static/admin/js/actions.js" type="text/javascript">
<script src="/static/admin/js/calendar.js" type="text/javascript">
<script src="/static/admin/js/admin/DateTimeShortcuts.js" type="text/javascript">
<script src="/static/admin/js/inlines.js" type="text/javascript">
<script src="/static/adminsortable2/js/plugins/admincompat.js" type="text/javascript">
<script src="/static/adminsortable2/js/libs/jquery.ui.core-1.11.4.js" type="text/javascript">
<script src="/static/adminsortable2/js/libs/jquery.ui.widget-1.11.4.js" type="text/javascript">
<script src="/static/adminsortable2/js/libs/jquery.ui.mouse-1.11.4.js" type="text/javascript">
<script src="/static/adminsortable2/js/libs/jquery.ui.sortable-1.11.4.js" type="text/javascript">
<script src="/static/adminsortable2/js/inline-sortable.js" type="text/javascript">

from django-admin-sortable2.

jrief avatar jrief commented on May 30, 2024

Not sure what jQuery version that django version uses.

well, then open the file.

from django-admin-sortable2.

max-pfeiffer avatar max-pfeiffer commented on May 30, 2024

;-) jQuery JavaScript Library v1.11.2

from django-admin-sortable2.

jrief avatar jrief commented on May 30, 2024

I run admin-sortable2 side by side with django-cms. The CMS replaces jQuery by a newer version. Can you please try to do so as well. Simply add a newer version somehow higher in the static search file path.

from django-admin-sortable2.

max-pfeiffer avatar max-pfeiffer commented on May 30, 2024

My version v1.11.2 is newer than your v1.9.1 version or do I get something wrong here? I just checked the version history to make sure.

So what do you want me to do? Use the jQuery v2.1?

Could jQuery UI be the problem here? I saw in the static files that adminsortable2 uses v1.7.1.

from django-admin-sortable2.

jrief avatar jrief commented on May 30, 2024

I upgraded to Django-1.8.7 and do not experience this problem in the list view.
However the StackedInline doesn't work properly. I can move Items, but after saving, the order is not updated.

from django-admin-sortable2.

max-pfeiffer avatar max-pfeiffer commented on May 30, 2024

I just upgraded my packages:

Django==1.8.7
django-admin-sortable2==0.6.2

Sorting and saving works fine on my side, exept this issue.

from django-admin-sortable2.

jrief avatar jrief commented on May 30, 2024

I can not reproduce this with version 0.6.4

from django-admin-sortable2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.