Search and Top Navigation
#9685 closed bug (duplicate)
Opened November 29, 2013 01:12PM UTC
Closed November 30, 2013 08:30PM UTC
draggable goes out of containment, a few pixels in each drag
Reported by: | fejesjoco | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please look at this fiddle: http://jsfiddle.net/e2yfC/255/
Drag the thing to the bottom edge, it will stop there at first. But then stop dragging and start dragging down again, and it will go a few pixels down. And you can repeat it to make it go farther, and it also works for the right edge, but not the top and left. Whenever you start dragging down/right and the thing already touches the borders, you can go a few pixels farther away from the containment.
Resizable does not seem to be affected by a similar bug, so it does calculate the bounds correctly.
Tested in Firefox 25.0.1 and Chrome 31.
this could be duplicate of 7016 - http://jsfiddle.net/tj_vantoll/Q4bkR/