Bug Tracker

Modify

Ticket #1776 (closed bug: fixed)

Opened 6 years ago

Last modified 5 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 6 years ago by shiplu

Hello, Is there anyone to be assigned this ticket?

comment:2 Changed 6 years ago by paul

  • Owner set to paul
  • Status changed from new to assigned

comment:3 Changed 5 years ago by paul

  • Status changed from assigned to closed
  • Resolution set to fixed

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!

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.