Here’s the sample: http://jsfiddle.net/HnQWU/
When items are removed from a category, and that category has no items.. it does not allow to have items dragged back under the empty category.
What it is needed?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem is that once empty the height of the
ulis 0 making it impossible to drag over. You can usemin-heightto make theulstill take up some space when empty.http://jsfiddle.net/HnQWU/1/
NOTE: blue border added to illustrate what is happening.