ui-sortable icon indicating copy to clipboard operation
ui-sortable copied to clipboard

jQuery UI Sortable for AngularJS

Results 40 ui-sortable issues
Sort by recently updated
recently updated
newest added

The sortable container might not be the item's direct parent; this happens eg. in floating setups when the ng-repeated DOM node is a directive that only includes the floating node...

Only syntax refactor, 1. remove unused `return null`; 2. `a in b` write in `b.a` will more clear; 3. wrappers only have one property helper; 4. `_restore` and `_destroy` were...

Added detection for flexbox into _isFloating, which improves the detection of where an item is moved to. See https://github.com/CBenni/jquery-ui/commit/3526e7f3e2a5f18c91591874d50827d1ad9fa471 In reference to jquery-ui bug id #9344 (http://bugs.jqueryui.com/ticket/9344), which is reproducable...

`0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'prestart',...

Draggable item shifts to left if the parent container has position fixed

A dataset of 300 records in a table using ui-sortable has a 3-4 second delay after the item being dragged is dropped that appears to be related to sorting the...

help wanted

I am facing a problem in using this with jqLite. It throws an error message as "'ui.sortable: jQuery should be included before AngularJS!'". For resolving this, I just followed these...

ui-sortable watches `ui-sortable` in scope and, on change, applies each option individually using `sortable('option', key, value)`. The problem with this is that the default `items` selector is `> *`. Due...

bug
jquery-ui related

Hi, ui-sortable working fine with ul, li. But when I want to sort uib-accordion tag, it is not working. Please help me. I'm struct here..

incompatibility
help wanted
use case