You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very nice add-on to sort a few entries in a category.
One little irk is that there is no drop placeholder to drop on.
When you start a drag all other items tug together, which
makes it difficult to exactly drop the item.
This might have to do with the ui-sortable being
attached to a table, rather then a li. i tried styling
the .ui-state-highlight as mentioned in the example
with no luck.
The text was updated successfully, but these errors were encountered:
This is a very nice add-on to sort a few entries in a category.
One little irk is that there is no drop placeholder to drop on.
When you start a drag all other items tug together, which
makes it difficult to exactly drop the item.
see drop placeholder:
http://jqueryui.com/demos/sortable/#placeholder
This might have to do with the ui-sortable being
attached to a table, rather then a li. i tried styling
the .ui-state-highlight as mentioned in the example
with no luck.
The text was updated successfully, but these errors were encountered: