-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Steven J. Sobol wrote:
| This despite Armand Verstappen's valiant attempts to help me solve the
| MSHTML editor problem (changes don't get saved in WYSIWYG mode, only in
| plaintext mode).

Would you still have interest in trying if editing works for you on
some other server, just to see if the problem is indeed in your
installatio, or in your browser / security setup?

I can give you an account on a system that is in live use by dozens
of users without any problems.

BTW, if you edit things in the MSHTML mode and switch to plaintext,
will the changes get copied to the plaintext editor?
The form submission procedure in Aegir happens in the following
way:
~  * Submit button in WYSIWYG form first calls copy_con_dhtml_to_raw();
~    which should copy contents of the form to the plaintext editor:

~        if (usesdhtml >0) {
~         if (ContentEditor.document.body.all["tbContentElement"].isDirty){

document.editsourceForm.elements["newfiledata[body]"].value=converteditor(ContentEditor.document.body.all["tbContentElement"].DOM.body.innerHTML);
~  document.categoryForm.elements["newfiledata[body]"].value =
document.editsourceForm.elements["newfiledata[body]"].value;
~        }
~     }

~  * Then submit button calls sendForm() which copies the content from
~    the plaintext editor to the actual submission form:

~    mainf.elements["newfiledata[body]"].value =
editsourcef.elements["newfiledata[body]"].value

~ and then submits it:

~ mainf.submit()

Did you see any JavaScript errors when either switching between WYSIWYG
and plaintext, or during submission? Note: JS error messages should be
turned on first in the IE preferences.

/Henri

- --
Henri Bergius                           [EMAIL PROTECTED]
Consultant Partner                      Tel: +358-20-198 6032
Nemein Oy                               http://www.nemein.com/

Nemein.Net -- Project tracking solution for consulting companies
http://www.nemein.com/Nemein.Net/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/cSoFNkT8k497k9IRArKOAJ0VarH+OSgvcLo37b/WA+RfEsn3wgCeMdxN
bchKplvcFnjL1iXrWSSFAJA=
=dFX8
-----END PGP SIGNATURE-----


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to