Side navigation
#2781 closed bug (wontfix)
Opened May 02, 2008 08:45PM UTC
Closed May 03, 2008 08:32AM UTC
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)
Change History (1)
Changed May 03, 2008 08:32AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
This is often related to relative positioning. Try using the appendTo option here, too.