#1776 closed bug (fixed)
Error: oDrag.helperSize has no properties about ticket#1699
Reported by: | shiplu | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.2.2 |
Component: | ui | 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.
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Owner: | set to paul |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
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!
Hello, Is there anyone to be assigned this ticket?