Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2379 closed bug (fixed)

[ui.droppable/draggable] draggable object ignores new size of droppable object if droppable object has changed dynamically, e.g. by increasing its size

Reported by: netdog Owned by: paul
Priority: major Milestone: 1.5
Component: ui.core Version: 1.2.3
Keywords: droppable draggable size resize Cc:
Blocked by: Blocking:

Description

How to repeat:

Comment overflow: auto; and comment height: 200px;

in ui.droppable.html (demo file)

.droppable {
     float: right;
     width: 200px;
     //height: 200px;
     background-color: #e9b96e;
     border: 3px double #c17d11;
     padding: 5px;
     text-align: center;
     //overflow: auto;
     opacity: 0.7;
}

Fill the droppable object with draggable objects until it increase its height by several times. With increased height droppable object ignores draggable.

Change History (4)

comment:1 Changed 15 years ago by netdog

Tested in UI rev.4783 Browsers: FF 2.0.0.12, Opera 9.20, IE6

comment:2 Changed 15 years ago by paul

Resolution: fixed
Status: newclosed

comment:3 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:4 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.