Skip to main content

Search and Top Navigation

#2379 closed bug (fixed)

Opened February 21, 2008 03:04PM UTC

Closed February 28, 2008 11:04AM UTC

Last modified February 26, 2009 11:31AM 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.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.

Attachments (0)
Change History (4)

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

Changed May 24, 2008 03:39AM UTC by comment:3

milestone: 1.2.4

Milestone 1.2.4 deleted

Changed February 26, 2009 11:31AM UTC by paul comment:4

milestone: → 1.5