Update/Clarification: unlike the post I linked to, my problem does not seem to be the PADDING. I set the padding to 0 and I still get the behavior (in IE) where if you drag and element and quickly click its border, it is possible to make the element (in this case, an <LI>) disappear.
On Nov 18, 1:38 pm, hcovitz <[EMAIL PROTECTED]> wrote: > Thanks. I added some padding and it helped. However, I've now run > into this issue documented here, where the whole div can disappear if > clicked in the area where there is padding during the drag/drop: > > http://groups.google.com/group/jquery-ui/browse_thread/thread/42ef103... > > Please let me know if this has been addressed... > > On Nov 13, 5:27 am, "Paul Bakaus" <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > this is actually not a bug, but we should make some changes to the demo, > > so it becomes more visible. > > > dropOnEmpty can't work in this case, because when all items are dragged > > out of a list, the list itself has no width+height anymore. This can be > > fixed by > > adding a padding on the list, for example, and then dropOnEmpty will work > > just fine. > > > Cheers, > > Paul > > > On Wed, Nov 12, 2008 at 8:02 PM, hcovitz <[EMAIL PROTECTED]> wrote: > > > > Paul, > > > I have identified a bug even with the demo code whereby if all the > > > members of one list are dragged to another list, the placeholders > > > disappear in the empty list (that is, you can no longer drag members > > > onto the empty list). > > > > Although documentation is scant, it seems that dropOnEmpty should have > > > some effect on this, but so far it does not seem to solve the problem. > > > > Using: jquery.ui-1.5.2/demos/functional/index.html#ui.sortable > > > > I was hoping to go live with some code that utilizes sortable.js, so > > > any suggested workaround or indications on a new build release would > > > be welcome. > > > > Danke > > > -- > > Paul Bakaus > > UI Architect > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
