question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

upgrading to 4.4.1 causing error "Cannot read property 'settings' of undefined"

See original GitHub issue

Tinymce 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:closed
  • Created 7 years ago
  • Comments:32 (7 by maintainers)

github_iconTop GitHub Comments

5reactions
EifXcommented, Jan 13, 2017

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…

2reactions
smoothGracecommented, Jul 9, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found