Hi,

I use the EasyLink plugin with a view that presents a list of all visible nodes on my site. The popup window however has a fixed size, and doesn't allow the entire view to be displayed.

The following code snippet in "editor_plugin.js" around line 119 does not seem to work like expected on MSIE6:

tinyMCE.openWindow(template, {editor_id : editor_id, nid : nid, captionTitle : captionTitle, captionDesc : captionDesc, link : link, align : align, width : width, height : height, action : action, resizable : 'yes', scrollbars : 'yes' })

Is there a way to allow resizing this popup window?

Best regards,

Olivier

Comments

imrook’s picture

I will be working on making this a configurable option over the weekend.

rgraves’s picture

Is there a fix for this yet? I'd like to use something like EasyLink, but we have tons of pages so having scrollbars and being able to resize the window is essential.