#8962 closed bug (fixed)
Draggable: Containment doesn't properly update
Reported by: | be.davestein | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.3 |
Component: | ui.draggable | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When switching containment from false to parent to false, after initialization, it will keep draggable contained.
http://jsfiddle.net/davestein/mR9vA/
Commented out failing test in master_tests branch.
Change History (6)
comment:1 Changed 10 years ago by
Status: | new → open |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.10.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:4 Changed 10 years ago by
Milestone: | 2.0.0 → 1.11.0 |
---|
comment:5 Changed 10 years ago by
Draggable: Handle containment set to false after init, and style improvements. Fixes #8962 - Containment doesn't properly update (cherry picked from commit dc5254aa0703f9f7fd9d290c3078a5e9267160d9)
Changeset: 507043c3a2c05b0421531e188dd857bda6f3fde9
comment:6 Changed 10 years ago by
Milestone: | 1.11.0 → 1.10.3 |
---|
Note: See
TracTickets for help on using
tickets.
Draggable: Handle containment set to false after init, and style improvements. Fixes #8962 - Containment doesn't properly update