-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sortable list does not accept dropping second item using ng-sortable #356
Comments
You incorrectly used |
Thanks For your quick reply, but that does not fix the issue. When this is not clear, I can make a screen capture. EXTRA: this behavior occurs only when an item is entering the UL area from the top, not from the bottom |
Thanks for the recordit hint! Here is my screencapture: http://recordit.co/dDpfIvM23e System:
Tested Browsers:
Steps shown in the video:
Thanks for your time! |
Alas, I have no solution to this problem. |
I was able to fix it! I changed
to
I don't know what the thanks |
…f a horizontally layed out drop zone does not add the item
#356 Fixing issue of dropping on the right end of horizontally laid out drop zones
Dear all! ng-sortable.js is moved to the separate repository. If this issue is still actual, please create it there once again and this rojects needs a maintainer: |
Hi All
First: great project, throws jqueryUI of the table!!
Context:
I need 2 lists of wich you can clone items from 1 list to the other. I made this in AngularJS using ng-sortable on both lists.
Both lists are horizontal lists, using display:inline
Steps to reproduce:
list 1
to emptylist 2
: works ok, item is cloned,list 2
now has 1 itemlist 1
tolist 2
:list 2
does not accept the item from the moment the mouse enters the UL area, but only from the moment it enters the LI areahttp://jsbin.com/yunifehafo/3/edit?html,js,output
Extra:
list 2
, does trigger the onEnd event, but not the onAdd eventThanks in advance
Wim
The text was updated successfully, but these errors were encountered: