We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Thank you @vitality82
I will investigate and fix soon.
Sorry, something went wrong.
dangvanthanh
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: