1

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?

1 Answer 1

2

Found out after this appears to be a bug in Chrome...

https://bugs.chromium.org/p/chromium/issues/detail?id=646339

Sign up to request clarification or add additional context in comments.

1 Comment

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.