Opened 12 years ago
Closed 8 years ago
#7772 closed bug (duplicate)
Draggable: when css 'right' is set, element resizes on drag
Reported by: | dmitry_f | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.draggable | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Here's demo of bug: http://jsfiddle.net/6tgec/1/ If we set 'right:0' for element, then element resizes on drag. That's incorrect.
Change History (8)
comment:1 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:2 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Draggable element 'right:0' bug → Draggable: when css 'right:0' is set, element resizes on drag |
comment:3 Changed 11 years ago by
Summary: | Draggable: when css 'right:0' is set, element resizes on drag → Draggable: when css 'right' is set, element resizes on drag |
---|
The value of the right
rule doesn't matter. Also resizable has similar issues http://jsfiddle.net/tj_vantoll/3Rzsu/.
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Draggable: Set explicit width/height instead of right/bottom css.
Fixes #7772
Changeset: 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5
comment:6 Changed 9 years ago by
Milestone: | 2.0.0 → 1.11.2 |
---|
comment:7 Changed 8 years ago by
Milestone: | 1.11.2 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Reverted in d0ea32e3ad613eaaa523d0c88c776dab2b26b25f.
comment:8 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Duplicate of #3011.
Note: See
TracTickets for help on using
tickets.
Confirmed on latest: http://jsfiddle.net/BW3NW/