Bug Tracker

Modify

Ticket #2753 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

jQuery UI sortables: "helper" item not visible when dragging between scrollable divs.

Reported by: wang Owned by: paul
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: sortable overflow Cc:
Blocking: Blocked by:

Description

When dragging an item from one connected list to another (the lists are in separate divs), the helper item becomes invisible.

This only happens when one (or both) of the divs are scrollable ("overflow: scroll").

This has been tested on XP in IE7 and Fx2, and on Leopard in Fx3b5 and Safari 3.1. Please see attachment for an example.

Attachments

disappear.html Download (2.6 KB) - added by wang 5 years ago.

Change History

Changed 5 years ago by wang

comment:1 Changed 5 years ago by paul

  • Status changed from new to assigned

comment:2 Changed 5 years ago by paul

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

That's not a bug - it happens because the helper is appended to the parent, and therefore cannot be moved out. Try using the appendTo option to append the helper to a higher node, i.e "body"

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.