I am having problem with TinyMCE 4.x custom plugin js for editor.windowManager.open. I used autoScroll: true, height: 500, width: 800 and few more parameters but only height and width gets effect. I can see the scrollbar but it doesn't work and body content are visible.
editor.windowManager.open( {
autoScroll: true,
height: 500,
width: 800,
resizable : true,