I'm designing this (http://omgcarlos.com/demo/omgDynami-forms/) dynamic form for a client, where the user is able to add or remove tasks. Once a task is created, they can also go in and change their order. In the above demo, if you add a task and slowly drag it up/down it will start to "flicker" or jump back in forth.
This is the code I used to set it up, pretty basic:
It's a known bug (http://bugs.jqueryui.com/ticket/7065), but the fix (at the bottom of the page) has me completely stumped. Where exactly do I add that bit of code?Code:$('.omg-form li').sortable({ axis: 'y', handle: '.omg-drag', placeholder: 'omg-drag-placeholder', stop: function(e, ui){omg_updateIDLabels();}, revert: true, });
Also, I don't have IE8 on my mac currently. Can anyone view it in IE8 and tell me what error (if any) they are getting? It should look like this:
![]()



Reply With Quote


Bookmarks