Topic: Empty image tag
After upgrading to the last version of TinyMCE and Imagemanager the images inserted have no src attribute anymore (<img border="0" />). The preview in the 'Insert image' dialog does show the correct image though.
I don't have a clue how to fix this. Is it a configuration option I'm missing?
Here's what's passed to TinyMCE:
{apply_source_formatting: 1,
button_tile_map: true,
content_css: "/themes/seven/reset.css,/themes/seven/style.css",
convert_fonts_to_spans: 1,
convert_urls: false,
document_base_url: "/",
entities: "160,nbsp,173,shy,8194,ensp,8195,emsp,8201,thinsp,8204,zwnj,8205,zwj,8206,lrm,8207,rlm",
extended_valid_elements: "img[src|alt|title|align...eight|align|name|style]",
language: "en",
mode: "none",
paste_auto_cleanup_on_paste: 0,
plugins: "advimage,advlink,-imagemanager",
preformatted: 0,
remove_linebreaks: 1,
strict_loading_mode: true,
theme: "advanced",
theme_advanced_blockformats: "p,address,pre,h2,h3,h4,h5,h6,div",
theme_advanced_buttons1: "bold,italic,link,image,imagemanager",
theme_advanced_buttons2: "",
theme_advanced_buttons3: "",
theme_advanced_path_location: "bottom",
theme_advanced_resize_horizontal: false,
theme_advanced_resizing: 1,
theme_advanced_resizing_use_cookie: false,
theme_advanced_toolbar_align: "left",
theme_advanced_toolbar_location: "top",
verify_html: 1,
width: "100%"}
BTW: I'm working on a Drupal module for McFilemaner: http://drupal.org/project/mcfilemanager
Last edited by Skilip (2011-06-08 09:38:23)