Skip to main content

Search and Top Navigation

#9218 closed bug (duplicate)

Opened April 09, 2013 11:15AM UTC

Closed April 09, 2013 11:58AM UTC

Draggable containment is broken in chrome

Reported by: spybot Owned by: spybot
Priority: minor Milestone: none
Component: ui.draggable Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:
Description

jquery ui 1.10.2

jquery 1.9.1

Chrome 26

Element can be dragged past parent bounds in chrome.

http://jsfiddle.net/EBAhe/

Attachments (0)
Change History (2)

Changed April 09, 2013 11:39AM UTC by tj.vantoll comment:1

owner: → spybot
status: newpending

Hi spybot,

Thanks for taking the time to contribute to the jQuery UI project. I'm not seeing any issues in the test case you provided. Do you need to do anything special or just drag the beige box? What OS are you using?

Also your test case is using jQuery UI 1.9.1 not jQuery UI 1.10.2. You can use these CDN links for the newer versions:

<link href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>

Thanks.

Changed April 09, 2013 11:58AM UTC by scottgonzalez comment:2

resolution: → duplicate
status: pendingclosed

Duplicate of #7016.