The links need ?OpenFileResource to work. You can change the pages wysiwyg_full and wysiwyg_lite to make it work:
Example of changed link:
// InsertImage
else if (id == "InsertImage") {<br/>
window.open(popupsDir + 'insert_image.html?OpenFileResource&wysiwyg=' + n,'popup','location=0,status=0,scrollbars=0,resizable=0,width=400,height=190');<br/>
}