Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Interact .draggable and webcomponentsjs conflict in IE #441

@rafalradomski

Description

@rafalradomski

Hi I have problem when using webcomponentsjs with Interact https://github.com/taye/interact.js draggable function under IE 10 and 11

.draggable({ // enable inertial throwing inertia: true, // keep the element within the area of it's parent restrict: { restriction: "parent", endOnly: true, elementRect: { top: 0, left: 0, bottom: 1, right: 1 } },

I getting such error:

SCRIPT5078: Cannot redefine non-configurable property 'defaultPrevented' File: webcomponents-lite.js, Line: 1039, Column: 7

...any ideas?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions