jQuery UI Draggable + CSS Transform Causes “Jumping”

jQuery UI Draggable + CSS Transform Causes “Jumping”

I'm having an issue with regard to using Draggable with a CSS transformed parent. Basically, I need to use absolute positioning to spawn a Draggable div directly underneath the cursor. When absolute positioning is used with CSS transforms, the draggable element does a bit of jumping right as the dragging takes place. After the jump takes place, behavior proceeds as expected. The jump does not occur if no transformations are applied to the draggable or the parent div.

Here's a fiddle that shows exactly what the problem is: http://jsfiddle.net/qBubN/7/

Already tried applying this patch, to no avail. There's a (good) chance this fix is too old to work. There's also a chance I am applying the patch wrongly. Webkit and jQuery draggable jumping

Any help is appreciated. Thank you so much! :)