In insert_image.php base href is wrong. Here's a fix:

<base href="<?php print $base_url; $parts = parse_url($base_url); if ($parts['path'] != '/') print '/' ?>" />

This works. The lack of that / made HTMLArea unusable under FF for me.

Comments

gordon’s picture

Anonymous’s picture