Skip to main content

Search and Top Navigation

#3569 closed bug (fixed)

Opened November 13, 2008 06:49PM UTC

Closed December 31, 2008 08:42PM UTC

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.

Attachments (0)
Change History (1)

Changed December 31, 2008 08:42PM UTC by scottgonzalez comment:1

milestone: TBD1.6
resolution: → fixed
status: newclosed

This works in current SVN.