Bug Tracker

Modify

Ticket #2006 (closed bug: wontfix)

Opened 5 years ago

Last modified 5 years ago

dragged sortables aren't brought to top

Reported by: guy.fraser Owned by:
Priority: minor Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: sortables Cc: rdworth@…
Blocking: Blocked by:

Description

When dragging sortable items between two panels, the sortables are appearing below the panels - eg. you can see them going below the blue dashed border when dragging from non-members panel to community members panel:

 http://test.adaptavist.com

Change History

comment:1 Changed 5 years ago by ebartels

I've just run into this myself. The problem is from line 68 of ui.sortable.js. In order to calculate the correct offset, the sortable element has its position set to relative. Then when dragging a child element, it gets hidden underneath the other list you're trying to drag it to. The problem is only noticeable when the background or border is set to something other than transparent.

comment:2 Changed 5 years ago by paul

  • Status changed from new to closed
  • Resolution set to wontfix

There is a appendTo option for that - it allows for attaching the cloned element to anywhere else in the DOM, so it overlays - you can also most often set the zIndex.

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.