IE draggable containment issue when Position: Absolute

IE draggable containment issue when Position: Absolute


Hi,
I'm having some trouble with the "containment" feature where there
seems to be a left+2, top+2 shift:
Demo:
http://kaiyoti.com/jquery/new.html
The cyan one is a draggable box, the yellow is a dummy (same size as
cyan). Try dragging the cyan to the top left, and you'll notice that
it's shifted to the right and down by 2 on each axis. Same thing
happens when you drag to the bottom right corner, the result is placed
overlapping the black border on the parent?
Is there a workaround for this?