Opened 14 years ago

Closed 14 years ago

#3569 closed bug (fixed)

Draggable within container fails on Safari

Reported by: jacobat Owned by: paul
Priority: major Milestone: 1.7
Component: ui.draggable Version: 1.6rc2
Keywords: Cc:
Blocked by: Blocking:

Description

When adding containment to a draggable element in Safari the element becomes only vertically draggable.

Adding the following to the example at http://docs.jquery.com/UI/Draggables/draggable shows the problem:

$(".block").draggable({containment: 'parent'});

One interesting observation is that if "parent" is body one can drag a little bit across the screen, whereas is "parent" is a div it is totally locked horizontally.

Change History (1)

comment:1 Changed 14 years ago by Scott González

Milestone: TBD1.6
Resolution: fixed
Status: newclosed

This works in current SVN.

Note: See TracTickets for help on using tickets.