Quote:
Originally Posted by baze22
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
|
I tried this but had to change back to the Original Version of the File, becasuse this Affects the Text Field where you can Change the Proposed Word to a Custom one; simply don't allow the Selection of that Text Field!!
My Best Regards!!