Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling setData twice produces IE11 console errors #102

Open
vitality82 opened this issue Dec 3, 2019 · 1 comment
Open

Calling setData twice produces IE11 console errors #102

vitality82 opened this issue Dec 3, 2019 · 1 comment
Assignees
Labels

Comments

@vitality82
Copy link

Describe the bug
creating the RTE on IE11 throws a console bug: SCRIPT70 permission denied.

To Reproduce
dynamically create an RTE on IE11

Additional context
I found the reason why this happens: The second call to "setData" in the create() method is the reason why.

Question: Why is setData called twice?

this.instance.setData(this.value); this.instance.on('instanceReady', () => { this.instance.setData(this.value); });

Thanks!

@dangvanthanh dangvanthanh self-assigned this Dec 3, 2019
@dangvanthanh
Copy link
Owner

Thank you @vitality82

I will investigate and fix soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants