Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jon Hoye 19 posts 25 karma points
    Aug 28, 2009 @ 23:04
    Jon Hoye
    0

    TinyMCE removing img src

    This is a mysteriously recent bug on an Umbraco 4.0.2.1 site.

    Whenever an image is right aligned with style="float:right" using the tinyMCE button, the save button removes the img src tag.

    Is there any way to remove TinyMCE's html formatting option? It only seems to frustrate and confuse clients.

  • Jon Hoye 19 posts 25 karma points
    Aug 28, 2009 @ 23:23
    Jon Hoye
    0

    Man, all sorts of errors with images in TinyMCE. Where can I get to the clean image code in Umbraco for the save button?

  • Jon Hoye 19 posts 25 karma points
    Aug 28, 2009 @ 23:45
    Jon Hoye
    0

    Ok, I turned of TidyEditorContent in config/umbracoSettings.config and this issue has cleared up.

  • Chris Koiak 700 posts 2626 karma points
    Aug 29, 2009 @ 09:16
    Chris Koiak
    0

    Hi Jon,

    Have you tried appying classes to the img's rather than using the style tags? This has always worked for me in the past.

    Cheers,

    Chris

  • Jon Hoye 19 posts 25 karma points
    Aug 31, 2009 @ 18:40
    Jon Hoye
    0

    Yep, that's part of the solution I ended up going with. I set the default style to float right so the issue wouldn't come up as much. But in the event that a user wants an image to float left, I'd like the rich text editor buttons to do the appropriate thing. Hense turning off the TidyEditorContent for the site.

    -Jon

Please Sign in or register to post replies

Write your reply to:

Draft