The story began with the need to tie the WYSIWYG editor to a single site. The choice fell on FCKEditor, the latest version of course. Screwed. Checked In all possible browsers. Works. Passed into test operation. As a result, it turned out that in my favorite browser (Opera 9.64 and Opera 10b3) the dialogs for adding pictures, links, and the browser of files on the server are loaded, but some instructions and content do not display on execution. Given that the percentage of those who view the site through the opera, the nine rather large (about 30%) had to be identified where
I launch DragonFly. Everything works perfectly. I sigh sadly, realizing that I will have to look for a bug using a scientific method. Scientific had to poke just an hour or a little less.
It turned out that Opera when mentioned in the context of javascript: void (0) causes such a stupor.
')
In my case it was the value returned by GetVoidUrl () (for dialogs for adding images / links)
And the frame source () For the browser.
I correct the function, add a check on the opera and return an empty string, check - it works.
I didn’t stand on ceremony with the frame at all ... I just removed the value of the src parameter. T.zh. works
Test operation continues.
If someone watched the same, write in a bunch of Opera and FCKeditor. I wonder how common a problem is (and if this is a problem at all, it can all be easier as it is).