Opened 15 years ago
Closed 15 years ago
#3149 closed bug (invalid)
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.
Note: See
TracTickets for help on using
tickets.
This belongs to jQuery UI. Please repost this to the UI Bug Tracker. Thanks.