Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #4445 containment ignored when scrolling in overflow div #192

Merged
merged 1 commit into from May 2, 2011

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.

None yet

2 participants