Some of these bugs are serious : items disappear and loose current parent linking.
First bug
Some contextual elements :
a- items are sub items of some parent (i.e. : They already have parents)
b- items are just links ( <a href=...> ....< /a>)
c- items are dropped on a parent (not below, but ON it)
1- without selecting the item first, click on item + drag & drop on another parent :
a- if the destination parent was previously already selected, nothing is dragged and dropped.
b- if a sibbling was previously alreadyselected, it's the sibbling that gets dropped but not the dragged and dropped item. Note that this happens when you drag and drop and the mouse cursor appears as a hand, not a caret (yup, that happens). What can be very dangerous in that situation, is when #1-b is mixed with #2 (below) --> very very confusing!
Second set of bugs (for any items, not just hyperlinks)
2- drag & drop items on their OWN parent (not below, but ON it):
Items disappear (and if not immediately, they will after a refresh): parent assignation is deleted (the current one, not the other ones if there are any others).
3- click + drag & drop at least 2 items at once AND move them elsewhere between other sibblings (their sibblings, of course) :
Items disappear (and if not immediately, they will after a refresh): parent assignation is deleted (the current one, not the other ones if there are any others... Well, I think so.).
Please, tell me if you can't reproduce this. I did my best, but it's not always easy to know if I missed some detail. These are important to solve ASAP.
Thanks.
Comments