Search and Top Navigation
#1776 closed bug (fixed)
Opened October 05, 2007 02:44PM UTC
Closed December 05, 2007 05:11PM UTC
Last modified February 26, 2009 11:12AM UTC
Error: oDrag.helperSize has no properties about ticket#1699
Reported by: | shiplu | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.1.4 |
Keywords: | draggable, droppable | Cc: | |
Blocked by: | Blocking: |
Description
There is a same ticket about this. detials http://dev.jquery.com/ticket/1699. But that user couldn't reproduce it.
Well I can reproduce it. I think I know why its happening.
it happens when I drag a draggable which is already in a droppable.
but I want to move the draggable from one droppable to other droppable.
I was trying to create a page like http://www.google.com/ig
see the gadgets there. all gadgets there are draggable. and in the same time they are in a droppable content.
the following structure will produce this error.
<div class="droppable"></div> <div class="droppable"></div> <div class="droppable"> <div class="draggable"></div> </div> <div class="droppable"></div> <div class="droppable"> <div class="draggablecontent"> <div class="draggable"></div> </div> </div>
for each draggable in the above structure, it will produce the error. If you want I can show you my source. But I think the above fragment is enought.
Attachments (0)
Change History (5)
Changed October 06, 2007 11:15AM UTC by comment:1
Changed October 24, 2007 04:16PM UTC by comment:2
owner: | → paul |
---|---|
status: | new → assigned |
Changed December 05, 2007 05:11PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
Hi there, I guess this doesn't happen anymore with the newest SVN version. I did a test page with your markup, and it was not reproducable. I will close this one for now - if it still happens with the current SVN version, please add a new bug report and attach the original document. Thanks a lot!
Changed May 24, 2008 03:39AM UTC by comment:4
milestone: | 1.2.2 |
---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:12AM UTC by comment:5
milestone: | → 1.5 |
---|
Hello,
Is there anyone to be assigned this ticket?