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.
Tested in
UI rev.4783
Browsers: FF 2.0.0.12, Opera 9.20, IE6