Bug Tracker

Opened 15 years ago

Closed 15 years ago

#2781 closed bug (wontfix)

Sortables - Helper Vertical Position Issue

Reported by: wjchristenson2 Owned by: paul
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: Sortable Cc:
Blocked by: Blocking:

Description

Attached you'll find the code related to this bug. This bug can be reproduced in both FF and IE.

Sortable A is above Sortable B in an html table. The table rows will adjust in vertical size as you move a sortable item from Sortable B to Sortable A. When you move an item from Sortable B to Sortable A, the helper's vertical position will be skewed on drag into Sortable A (vertical size of the item being dragged).

Basically the helper will not be on your cursor when this happens. It will be further down the page.

Attachments (1)

code.rar (2.2 KB) - added by wjchristenson2 15 years ago.
Code related to issue.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by wjchristenson2

Attachment: code.rar added

Code related to issue.

comment:1 Changed 15 years ago by paul

Resolution: wontfix
Status: newclosed

This is often related to relative positioning. Try using the appendTo option here, too.

Note: See TracTickets for help on using tickets.