Skip to main content

Bug Tracker

Side navigation

#2379 closed bug (fixed)

Opened February 21, 2008 03:04PM UTC

Closed February 28, 2008 11:04AM UTC

[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.2.4
Component: ui 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.

Attachments (0)
Change History (2)

Changed February 21, 2008 03:29PM UTC by netdog comment:1

Tested in

UI rev.4783

Browsers: FF 2.0.0.12, Opera 9.20, IE6

Changed February 28, 2008 11:04AM UTC by paul comment:2

resolution: → fixed
status: newclosed