cormacrelf / angular-skyhook

An implementation of react-dnd for Angular.
https://cormacrelf.github.io/angular-skyhook/
Other
164 stars 42 forks source link

connectDragPreview: preview image broken in Microsoft Edge Browser #328

Open lkuettner opened 5 years ago

lkuettner commented 5 years ago

When looking at the examples (e. g. https://cormacrelf.github.io/angular-skyhook/examples/index.html#/html5/handles-previews), the preview image dosn't show up in Edge (v42.xxx) or is way too small (v44.xxx). This is unlike Angular CDK Drag and Drop (https://material.angular.io/cdk/drag-drop/overview) where everything seems to be working fine.

cormacrelf commented 5 years ago

I don’t have a windows machine to test it on, and given that EdgeHTML is being replaced with Chromium guts, I’m not sure this is even worth attempting to fix. Nevertheless, you might find something for it on https://github.com/react-dnd/react-dnd, which is where that code lives.