So my problem isn't droppable, it isn't even jquery although I can fix it in jquery.
It has to do with the remove() function and SSL. On an element with a background-image set if you do a remove() from an event triggered by a child node it you will throw this error for no reason. So when I set a background image on my draggable over an SSL connection and have the draggable remove itself I get this error. Work around is to do outerHTML = "" on IE browsers On Dec 8, 10:06 am, Scott <polyp...@gmail.com> wrote: > After the drop event is triggered I get the following message: > "Do you want to view only the webpage content that was delivered > securely?" > > It doesn't matter if I assign any event handlers of my own so my only > conclusion is that its some where in jquery. > > Am I doing something wrong? Where I click "yes" or "no" it doesn't > matter, the behavior of the JS is the same which makes this > particularly difficult for me to figure out. -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.