By the way, there are other errors in there in case you're interested.
1. Undo/Redo buttons don't seem to work. Everytime you click on them the "Back" button in the plp highlights (wierd).
2. The button for "Enlarge Editor" (the one that normally does a popup window to offer a larger editor) gives a js error (One error for opening the window, and one error for closing the popup window).
a. The first one gives an error on line 71
=================
71: function init() {
72: parent_object = opener.HTMLArea._object;
73: var config = HTMLArea.cloneObject( parent_object.config );
74: config.width = "100%";
75: config.height = "auto";
=================b. The second one happens on line 121
=================
114: /* ---------------------------------------------------------------------- *\
115: Function : update_parent
116: Description : update parent window editor field with contents from child window
117: \* ---------------------------------------------------------------------- */
118:
119: function update_parent() {
120: // use the fast version
121: parent_object.setHTML(editor.getInnerHTML());
122: }
=================
The only things I haven't tested since switching to HTMLArea was inserting an image or file.
Clicking on the checkbox "Toggle text area" looses what ever work you've put in without saving, but soEditor Lite does this as well (so I guess its not a bug - just annoying).
HTH
-Jeff
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
