<div id="draggable"><img src="icon-search-big.png" /></div>
<script type="text/javascript">
$('#draggable').draggable({distance: 10});
</script>That should show the bug. After my attempts to replicate it, it only seemed to show when the draggable had the "distance" property set. On Wed, Feb 18, 2009 at 1:35 AM, Richard D. Worth <[email protected]> wrote: > Can you share a sample page or a code sample ( http://paste.pocoo.org/ or > http://jsbin.com/ ) so we can see what you're seeing? Thanks. > > - Richard > > > On Mon, Feb 16, 2009 at 3:27 PM, Ivailo Karamanolev <[email protected]>wrote: > >> >> I have a div with a picture and text in it. When I drag the div around >> by the image in Firefox, it's OK. In Chrome however I rather select >> the image than drag the div. That is OK with the older 1.5.3 version... >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
