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

tinymce.4.2.7.min.js Uncaught TypeError: Cannot read property 'body' … #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 12, 2016

  1. tinymce.4.2.7.min.js Uncaught TypeError: Cannot read property 'body' …

    …of null
    
    I am using react-tinymce 0.2.3 and tinymce 4.2.7. as per below code in handleEditorChange, after call of e.target.getContent() I am getting error
    
    tinymce.4.2.7.min.js:10 Uncaught TypeError: Cannot read property 'body' of null
    I tried to put e.target.getContent() in jQuery's ready function but no success.
    
    I am using react 0.13.3.
    
    <TinyMCE config={...} content={html} onBlur={this.handleEditorChange} />
    http://stackoverflow.com/questions/38613095/tinymce-4-2-7-min-js-uncaught-typeerror-cannot-read-property-body-of-null
    ramratangupta authored Aug 12, 2016
    Configuration menu
    Copy the full SHA
    d1a478b View commit details
    Browse the repository at this point in the history