The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
New JS WYSIWYG changes in vB 3.5?
I'm upgrading the spell checkers (PungoSpell and PHPSpell) to release for 3.5, and all is done, except for the WYSIWYG mode.
The problem is that once the spelling is corrected in the spellcheck window, copying it into htmlbox/htmlwindow iframe in the vbform no longer works. Here's how the results are copied: Code:
if (window.opener.document.vbform.toolbar.value == 2) { if (ie) { window.opener.frames["htmlwindow"].innerHTML = mispstr; } else if (ns) { window.opener.frames["htmlbox"].body.innerHTML = mispstr; } } window.opener.document.forms[spell_formname][spell_fieldname].value = mispstr; window.close(); return true; But I'd rather not make it referesh Any JS gurus here can tell me what caused this new change in vB 3.5. I looked at the code, and can't see why this won't work. The above code is from PungoSpell: https://vborg.vbsupport.ru/showthrea...threadid=65737 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|