Quote:
Originally Posted by baze22
I don't know that it's something that can be fixed in the hack. The problem seems to have something to do with the javascript for the editor.
baze
|
Playing around, I found a workaround for it popping under. In the vbspell_iframe.php file:
find this:
Code:
<body class="wysiwyg" onLoad="assignSelf(); window.parent.startsp();" id="theBody">
replace with:
Code:
<body class="wysiwyg" onLoad="assignSelf(); window.parent.startsp(); window.focus();" onblur="window.focus();" id="theBody">
It still pops under initially but then comes back to the top. Like I said, it's a workaround.
baze