Skip to main content

Search and Top Navigation

#7772 closed bug (duplicate)

Opened October 06, 2011 08:43PM UTC

Closed April 08, 2015 05:28PM UTC

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.

Attachments (0)
Change History (8)

Changed October 11, 2012 02:49PM UTC by scottgonzalez comment:1

milestone: 1.9.02.0.0

Changed October 28, 2012 07:22PM UTC by mikesherov comment:2

status: newopen
summary: Draggable element 'right:0' bugDraggable: when css 'right:0' is set, element resizes on drag

Confirmed on latest: http://jsfiddle.net/BW3NW/

Changed January 27, 2013 07:07PM UTC by tj.vantoll comment:3

summary: Draggable: when css 'right:0' is set, element resizes on dragDraggable: 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/.

Changed January 31, 2013 02:41AM UTC by tj.vantoll comment:4

The resizable issue is being handled in #9033.

Changed August 18, 2014 07:34PM UTC by Uri Gilad comment:5

resolution: → fixed
status: openclosed

Draggable: Set explicit width/height instead of right/bottom css.

Fixes #7772

Changeset: 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5

Changed August 18, 2014 07:34PM UTC by mikesherov comment:6

milestone: 2.0.01.11.2

Changed April 08, 2015 05:27PM UTC by scottgonzalez comment:7

milestone: 1.11.2
resolution: fixed
status: closedreopened

Changed April 08, 2015 05:28PM UTC by scottgonzalez comment:8

resolution: → duplicate
status: reopenedclosed

Duplicate of #3011.