Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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 shiplu

Hello, Is there anyone to be assigned this ticket?

comment:2 Changed 16 years ago by paul

Owner: set to paul
Status: newassigned

comment:3 Changed 16 years ago by paul

Resolution: fixed
Status: assignedclosed

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!

Note: See TracTickets for help on using tickets.