#8349 closed bug (fixed)
Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions
Reported by: | non4eg | Owned by: | non4eg |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.21 |
Component: | ui.draggable | Version: | 1.8.20 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If a wide drag element is placed into some fixed-width container, it is not dropped into the container and it doesn’t show any event or error. The drag element has some styles (.ui-draggable-dragging) with max-width property applied. This “feature” is not observed if the drag element initially has a width property value that is less than maximum.
Change History (9)
comment:1 follow-up: 2 Changed 11 years ago by
Owner: | set to non4eg |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
comment:3 follow-up: 5 Changed 11 years ago by
Whoa, please read the red box that says not to paste large blocks of code in to tickets.
comment:5 Changed 11 years ago by
Replying to scott.gonzalez:
Whoa, please read the red box that says not to paste large blocks of code in to tickets.
Sorry :)
comment:6 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Wide element Drag-n-Drop doesn't work properly → Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions |
An actually reduced test case: http://jsbin.com/otarik/2/edit
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Draggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions
Changeset: a0c18ea25086ed07634baff5b4fea46e69aad38e
comment:8 Changed 11 years ago by
Draggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions (cherry picked from commit a0c18ea25086ed07634baff5b4fea46e69aad38e)
Changeset: 168a21d5ef3e0df0f03aa860ae798a8f7de35210
comment:9 Changed 11 years ago by
Milestone: | 1.9 → 1.8.21 |
---|
Please provide a reduced test case showing the problem.