id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 39518 All wpviews rerender after add content programmin "Looks like whenever something is added, ALL wpviews re-render. In the wpview/plugin.js: {{{ editor.on( 'setcontent', function( event ) { if ( event.load && ! event.initial && editor.quirks.refreshContentEditable ) { // Make sure there is a selection in Gecko browsers. // Or it will refresh the content internally which resets the iframes. editor.quirks.refreshContentEditable(); } wp.mce.views.render(); } ); }}} This can cause heights of wpviews above to change with rerender of the views... is this really necessary for ALL views?" defect (bug) closed normal TinyMCE 4.7 normal worksforme reporter-feedback ui, performance