It appears that the tinyMCE editor handles graphics in an unexpected way - which gives rise to an incorrect reference to graphics in generated web pages, therefore graphics appear 'broken'.
I'm looking into this one.
Please note, this only affects the tinyMCE editor - you should be able to safely continue to use the RTE / raw html editors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It appears that the tinyMCE editor handles graphics in an unexpected way - which gives rise to an incorrect reference to graphics in generated web pages, therefore graphics appear 'broken'.
I'm looking into this one.
Please note, this only affects the tinyMCE editor - you should be able to safely continue to use the RTE / raw html editors.
This problem appears to be removed by adding the options: relative_urls : false and remove_script_host : false to the init function of tinyMCE.