upgrading to 4.4.1 causing error "Cannot read property 'settings' of undefined"
See original GitHub issueTinymce is created dynamically , and the code to create is as follows
var ed = new tinymce.Editor(this.id, { settings }, tinymce.EditorManager);
var self=this;
this.ed.on('keyup',()=> {
self.model = self.ed.getContent();
});
this.ed.render();
is it bug? any help please
Issue Analytics
- State:
- Created 7 years ago
- Comments:32 (7 by maintainers)
Top Results From Across the Web
Cannot read property 'settings' of undefined when I click ...
This code causes error when I click the submit button (JQuery Validate Uncaught TypeError: Cannot read property 'settings' of undefined ) But the...
Read more >Changelog - Cypress Documentation
Cypress no longer throws the error "cannot read property split of undefined" in certain circumstances when application errors are thrown. Fixes #17378.
Read more >Error: Cannot read properties of undefined (reading 'length ...
Hi, I'm trying to follow this example Forge app and I can't seem to deploy the app to my cloud instance. I've registered...
Read more >cannot read properties of undefined (reading 'call') vue
The error message suggests you are trying to read something from an array at a specific index that is undefined. The only occurrence...
Read more >Upgrading your build from Gradle 4.x to 5.0
Read the Upgrading from 4.10 section and make any necessary changes. ... The property setter no longer accepts null as a way to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I use bower for my plugins. I switched to tinymce.js (instead of tinymce.min.js), then it works. This problem is there since v4.4.0 (currently I use 4.5.2)
The minified-versions are broken…
i met this problem too,searching so much on internet, not good idead. at last ,i’m using chome,press f12->network-disable cache
check it. f5 ok uncheck it.