Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This belongs to jQuery UI. Please repost this to the UI Bug Tracker. Thanks.