Draggable sets real height and width on container

Draggable sets real height and width on container

A similar bug was originally reported in 2014 and appears to have been addressed, but it's still there.  Fiddle is self-explanatory (shows height issue only, but there's a width issue as well).

   https://jsfiddle.net/marvmartian/umuw0kzz/

A decent workaround is to save the container width/height in the start: handler, and restore it in stop: handler. But that shouldn't be necessary...