<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
When dragging the div below you see a translucent picture of the div while dragging in all browsers<p>
except in Firefox version 60.0.2 (64-Bit)<p>
Why ?
<div style='border:1px solid black;display:inline-block' draggable='true'>Click inside me and drag</div>
</body>
</html>
What has to be done to get that translucent picture also in Firefox
while dragging.