Hi,

I am currently runing the latest Drupal 5, IMCE 5.x-1.2, and TinyMCE 5.x-1.9. I am having trouble getting the IMCE browser window to open up in IE 8. When I click the browser button it says there is an error in imce_set_tinymce.js on line 22. The line is as follows...

window.open(imceBrowserURL||'/?q=imce/browse', '', 'width='+ width +', height='+ height +', resizable=1').focus();

However, I do not get this issue in IE 6, IE 7, or Firefox. I have been told that IE 8 has more strict rules for Javascript than the previous versions. I don't know how true this may be. If there is any other information that you need that I did not give please let me know and I will do my best to get it for you.

Thanks,
FatGuyLaughing (Aka Fatty)

NOTE:: @ufku - Feel free to change the issue title if you think it doesn't fit the content properly.

Comments

Steven Brown’s picture

When I take the .focus() off the end of line 22 the error stops happening. However, the browser window still doesn't show up.

Steven Brown’s picture

Priority: Critical » Minor
Status: Active » Closed (fixed)

Found out that the client had popups blocked