Bug Tracker

Ticket #2379 (closed bug: fixed)

Opened 10 months ago

Last modified 9 months ago

[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 Assigned to: paul
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords: droppable draggable size resize
Cc: Needs: Review

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

Change History

Changed 10 months ago by netdog

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

Changed 9 months ago by paul

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.