Skip to content

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Apr 28, 2011

Draggable: containment now updates dynamically to handle scrolling container. Fixed #4445 containment ignored when scrolling in overflow div

…ntainer. Fixed #4445 containment ignored when scrolling in overflow div
var co = $(o.containment).offset();
var c = $(o.containment);
var ce = c[0]; if(!ce) return;
var co = c.offset();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now an unused var.

scottgonzalez added a commit that referenced this pull request May 2, 2011
Fixed #4445 containment ignored when scrolling in overflow div
@scottgonzalez scottgonzalez merged commit d09599b into jquery:master May 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants