Skip to main content

Search and Top Navigation

#8588 closed bug (duplicate)

Opened September 20, 2012 11:26PM UTC

Closed October 27, 2012 09:53PM UTC

Draggable constraint breaking on some browsers when used with resizable

Reported by: Myndale Owned by:
Priority: minor Milestone: 2.0.0
Component: ui.draggable Version: 1.8.23
Keywords: Cc:
Blocked by: Blocking:
Description

The example provided below displays a blue draggable and resizeable child rectangle inside a parent constraint. Attempting to drag the child rectangle to the far right initially causes correct behaviour i.e. the parent constrains the child's position, but following this with repeated click-and-drags causes the child to break the constraint on some browsers. Interesting, once the constraint has been broken it is broken across that same area permanently. Any attempt to resize the child by using the west/east handles immediately "fixes" the problem and the child constrains normally. Also this bug only occurs when the #child's position style option is set to 'absolute', setting it to 'fixed' appears to make the problem disappear.

Example of the bug in action here:

http://jsfiddle.net/CSWDU/1/

I've reproduced this on Safari 5.1 (7534.50) and Google Chrome (21.0.1180.89).

Attachments (0)
Change History (2)

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

milestone: 1.9.02.0.0

Changed October 27, 2012 09:53PM UTC by mikesherov comment:2

resolution: → duplicate
status: newclosed

Duplicate of #7106.