reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
307 stars 120 forks source link

Placeholder is not removed in IE11 (+error) #26

Closed gpaucot closed 6 years ago

gpaucot commented 6 years ago

Describe the bug Placeholder is not removed at startup In the console : TypeError: Object doesn't support property or method 'remove' at DndDropzoneDirective.prototype.ngAfterViewInit (eval code:496:13) ...

To Reproduce https://stackblitz.com/edit/ngx-drag-drop-issue-template-mquokq (it is the template without any modification)

Steps to reproduce the behavior:

  1. Open the console on IE11

Expected behavior Compatibility with IE11

LIB version 1.0.3

Desktop (please complete the following information):

gpaucot commented 6 years ago

PR: #27

nischi commented 6 years ago

I need that as well. Please acceppt the PR. Thanks

reppners commented 6 years ago

Thanks for the issue and follow up PR 👍

Please give me some time to get to this. I'm busy because I moved recently and was offline for a couple of days.

reppners commented 6 years ago

Released as of v2.0.0-rc.1

nischi commented 6 years ago

Thanks a lot