Problem with simple editor

In MSIE 6.0/Win2K the simple editor (WYSIWYG text editor) toolbar does not display properly - the icons overlap each other and the bar is much shorter than it should be.


In Mozilla 1.7.1/Win2K, once you click in the editor area to begin editing, the toolbar clones itself multiple times to cover the entire editing area, making editing nearly impossible.



In both browsers, expanding the editor window seems to work, but the pop-up window displays the following before displaying the editor:



-------------------

Warning: Invalid argument supplied for foreach() in /matrix3/fudge/wysiwyg/plugins/popup_editor/fullscreen.php on line 95



Warning: Invalid argument supplied for foreach() in /matrix3/fudge/wysiwyg/plugins/popup_editor/fullscreen.php on line 98



PHP Warning

File: [SYSTEM_ROOT]/core/include/mysource.inc Line: 176

Message: session_start(): Cannot send session cookie - headers already sent by (output started at [SYSTEM_ROOT]/fudge/wysiwyg/plugins/popup_editor/fullscreen.php:41)

Backtrace: Show





PHP Warning

File: [SYSTEM_ROOT]/core/include/mysource.inc Line: 176

Message: session_start(): Cannot send session cache limiter - headers already sent (output started at [SYSTEM_ROOT]/fudge/wysiwyg/plugins/popup_editor/fullscreen.php:41)

Backtrace: Show

--------------



In the case of the fullscreen editor, all icons display properly in both browsers. Any ideas on the problem?

The pop-up editor doesn't work correctly in Matrix and I recommend you disable that plug-in via the system configuration.


Are you using the editor in the Administration Interface or in Simple mode (i.e. with a /_edit on the URL)?

Yes, the popup editor plugin is only included in Matrix because the WYSIWYG editor is based on HTMLArea3 and was contributed back to interactive tools once completed. It should be disabled.


As for the overlapping images:

I see this sometimes when the CSS of the design manipulates TD or IMG tags. If the WYSIWYG works correctly in the admin interface, send your CSS information for the design to me and I'll take a look to see if I know what it is.



We have also logged a feature request in the bug tracker (bugs.matrix.squiz.net) to hard-code in style information that will stop the CSS files from manipulating the toolbar in the simple editing interface.

It works in administrator mode but not in simple mode. And I’m interestingly enough not having the problem with the pop-up editor, just the regular simple editor.


I reverted back to Avi’s parse file (which should not have any possibly conflicting CSS) from the Getting Started Guide but still have the same problem, see pictures below:



MSIE 6





MSIE 6

If it works in admin mode, and in popup mode - it has to be a CSS conflict somewhere. Can you send me access to the site's simple editing interface to take a look at for you?


I'll also try Avi's design and get back to you on that.