I have this HTML5 very simple draggable example: https://jsfiddle.net/sqrbnaqw/
<div draggable="true">
parent
<div>
<div draggable="true">
child
</div>
</div>
</div>
If you drag the word 'parent' or 'child', you'll see that you can drag it. But, if you hold the shift key, you cannot. This used to work, and works in all other browsers. Does anyone know why it doesn't in Chrome?