Hi,
I have modified the fck_Link dialog for some special functionality. It's worked great over the past several years, however now we're adding support for Safari.
When testing with Safari 3.0.4, it seems as though using window.close() ( in our slightly modified fck_link.js ) is ignored. Same goes for calling the Ok() function. Yet, when the OK button is clicked via the GUI it closes as expected.
I've tried everything, self.close() and etc, even some more exotic things, none of which work. How can I programmatically close the link dialog when the web client is Safari?
I have modified the fck_Link dialog for some special functionality. It's worked great over the past several years, however now we're adding support for Safari.
When testing with Safari 3.0.4, it seems as though using window.close() ( in our slightly modified fck_link.js ) is ignored. Same goes for calling the Ok() function. Yet, when the OK button is clicked via the GUI it closes as expected.
I've tried everything, self.close() and etc, even some more exotic things, none of which work. How can I programmatically close the link dialog when the web client is Safari?
Re: Safari window.close() not working