Skip to main content

Bug Tracker

Side navigation

#3149 closed bug (invalid)

Opened July 10, 2008 12:44PM UTC

Closed July 15, 2008 02:34AM UTC

draggable/containment doesn't work in safari (3.1.2) (Windows XP)

Reported by: franklin Owned by: stefan
Priority: undecided Milestone: 1.3
Component: interface Version: 1.2.6
Keywords: draggable Cc:
Blocked by: Blocking:
Description

<script src="jquery-latest.js"></script>

<script src="ui.core.js"></script>

<script src="ui.draggable.js"></script>

<script>

$(document).ready(function(){$("#test").draggable({containment:"#container"});})

</script><title>

</title></head><body>

<table><td id=container style=text-align:center;background:yellow;height:600px;width:1000px>

<div id=test style=height:200px;width:200px;background:red></div>

</td></table>

works fine in firefox/ie but not in safari 3.1.2 on PC.

Attachments (0)
Change History (1)

Changed July 15, 2008 02:34AM UTC by flesler comment:1

resolution: → invalid
status: newclosed

This belongs to jQuery UI.

Please repost this to the UI Bug Tracker.

Thanks.